diff options
Diffstat (limited to 'include/arch/windows/AndroidConfig.h')
| -rw-r--r-- | include/arch/windows/AndroidConfig.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/include/arch/windows/AndroidConfig.h b/include/arch/windows/AndroidConfig.h index 0fc4955..806887b 100644 --- a/include/arch/windows/AndroidConfig.h +++ b/include/arch/windows/AndroidConfig.h @@ -272,6 +272,16 @@ /* #define HAVE_STRLCPY 1 */ /* + * Define if the open_memstream() function exists on the system. + */ +/* #define HAVE_OPEN_MEMSTREAM 1 */ + +/* + * Define if the BSD funopen() function exists on the system. + */ +/* #define HAVE_FUNOPEN 1 */ + +/* * Define if <winsock2.h> exists. * Only MinGW has it. */ @@ -286,7 +296,6 @@ */ #ifdef USE_MINGW #define S_IRGRP 0 -#define sleep _sleep #endif /* |
