random ai stuff
This commit is contained in:
10
telldus-core/3rdparty/openbsd-getopt/machine/_types.h
vendored
Normal file
10
telldus-core/3rdparty/openbsd-getopt/machine/_types.h
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <windows.h>
|
||||
|
||||
typedef __int8 __int8_t;
|
||||
typedef unsigned __int8 __uint8_t;
|
||||
typedef __int16 __int16_t;
|
||||
typedef unsigned __int16 __uint16_t;
|
||||
typedef __int32 __int32_t;
|
||||
typedef unsigned __int32 __uint32_t;
|
||||
typedef __int64 __int64_t;
|
||||
typedef unsigned __int64 __uint64_t;
|
||||
12
telldus-core/3rdparty/openbsd-getopt/machine/cdefs.h
vendored
Normal file
12
telldus-core/3rdparty/openbsd-getopt/machine/cdefs.h
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <windows.h>
|
||||
|
||||
#define _ANSI_SOURCE 1
|
||||
#define NO_ANSI_KEYWORDS 1
|
||||
|
||||
#define _CLOCK_T_DEFINED_
|
||||
#define _CLOCKID_T_DEFINED_
|
||||
#define _SIZE_T_DEFINED_
|
||||
#define _SSIZE_T_DEFINED_
|
||||
#define _TIME_T_DEFINED_
|
||||
#define _TIMER_T_DEFINED_
|
||||
#define _OFF_T_DEFINED_
|
||||
0
telldus-core/3rdparty/openbsd-getopt/machine/endian.h
vendored
Normal file
0
telldus-core/3rdparty/openbsd-getopt/machine/endian.h
vendored
Normal file
Reference in New Issue
Block a user