Files
K1NG-Driver/includes/libusb-1.0.30/msvc/getopt/features.h
T
2026-07-28 22:28:01 +02:00

22 lines
365 B
C

/* Minimal features.h shim for standalone getopt build on MSVC. */
#ifndef _FEATURES_H
#define _FEATURES_H 1
#ifdef __cplusplus
# define __BEGIN_DECLS extern "C" {
# define __END_DECLS }
#else
# define __BEGIN_DECLS
# define __END_DECLS
#endif
#ifndef __THROW
# define __THROW
#endif
#ifndef __nonnull
# define __nonnull(params)
#endif
#endif /* _FEATURES_H */