27 #if !defined(MTS_EXPORT_CORE)
28 #if MTS_BUILD_MODULE == MTS_MODULE_CORE
29 #define MTS_EXPORT_CORE __declspec(dllexport)
31 #define MTS_EXPORT_CORE __declspec(dllimport)
104 # define no_argument 0
105 # define required_argument 1
106 # define optional_argument 2
139 # ifndef __need_getopt
int val
Definition: getopt.h:99
char *const const char * __shortopts
Definition: getopt.h:137
char *const const char const struct option int * __longind
Definition: getopt.h:141
#define MTS_EXPORT_CORE
Definition: getopt.h:29
char *const const char const struct option * __longopts
Definition: getopt.h:141
const char * name
Definition: getopt.h:94
int * flag
Definition: getopt.h:98
char *const const char const struct option int int __long_only
Definition: getopt.h:149
char *const * __argv
Definition: getopt.h:137
int has_arg
Definition: getopt.h:97