Merge "Remove OS_PATH_SEPARATOR from AndroidConfig.h."
This commit is contained in:
commit
1dbb41661a
|
@ -32,9 +32,4 @@
|
||||||
* comments.
|
* comments.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* The default path separator for the platform
|
|
||||||
*/
|
|
||||||
#define OS_PATH_SEPARATOR '/'
|
|
||||||
|
|
||||||
#endif /*_ANDROID_CONFIG_H*/
|
#endif /*_ANDROID_CONFIG_H*/
|
||||||
|
|
|
@ -37,9 +37,4 @@
|
||||||
*/
|
*/
|
||||||
#define HAVE_ANDROID_OS 1
|
#define HAVE_ANDROID_OS 1
|
||||||
|
|
||||||
/*
|
|
||||||
* The default path separator for the platform
|
|
||||||
*/
|
|
||||||
#define OS_PATH_SEPARATOR '/'
|
|
||||||
|
|
||||||
#endif /* _ANDROID_CONFIG_H */
|
#endif /* _ANDROID_CONFIG_H */
|
||||||
|
|
|
@ -37,9 +37,4 @@
|
||||||
*/
|
*/
|
||||||
#define HAVE_ANDROID_OS 1
|
#define HAVE_ANDROID_OS 1
|
||||||
|
|
||||||
/*
|
|
||||||
* The default path separator for the platform
|
|
||||||
*/
|
|
||||||
#define OS_PATH_SEPARATOR '/'
|
|
||||||
|
|
||||||
#endif /* _ANDROID_CONFIG_H */
|
#endif /* _ANDROID_CONFIG_H */
|
||||||
|
|
|
@ -37,9 +37,4 @@
|
||||||
*/
|
*/
|
||||||
#define HAVE_ANDROID_OS 1
|
#define HAVE_ANDROID_OS 1
|
||||||
|
|
||||||
/*
|
|
||||||
* The default path separator for the platform
|
|
||||||
*/
|
|
||||||
#define OS_PATH_SEPARATOR '/'
|
|
||||||
|
|
||||||
#endif /* _ANDROID_CONFIG_H */
|
#endif /* _ANDROID_CONFIG_H */
|
||||||
|
|
|
@ -37,9 +37,4 @@
|
||||||
*/
|
*/
|
||||||
#define HAVE_ANDROID_OS 1
|
#define HAVE_ANDROID_OS 1
|
||||||
|
|
||||||
/*
|
|
||||||
* The default path separator for the platform
|
|
||||||
*/
|
|
||||||
#define OS_PATH_SEPARATOR '/'
|
|
||||||
|
|
||||||
#endif /* _ANDROID_CONFIG_H */
|
#endif /* _ANDROID_CONFIG_H */
|
||||||
|
|
|
@ -40,9 +40,4 @@
|
||||||
#define _FILE_OFFSET_BITS 64
|
#define _FILE_OFFSET_BITS 64
|
||||||
#define _LARGEFILE_SOURCE 1
|
#define _LARGEFILE_SOURCE 1
|
||||||
|
|
||||||
/*
|
|
||||||
* The default path separator for the platform
|
|
||||||
*/
|
|
||||||
#define OS_PATH_SEPARATOR '/'
|
|
||||||
|
|
||||||
#endif /*_ANDROID_CONFIG_H*/
|
#endif /*_ANDROID_CONFIG_H*/
|
||||||
|
|
|
@ -23,9 +23,4 @@
|
||||||
*/
|
*/
|
||||||
#define HAVE_ANDROID_OS 1
|
#define HAVE_ANDROID_OS 1
|
||||||
|
|
||||||
/*
|
|
||||||
* The default path separator for the platform
|
|
||||||
*/
|
|
||||||
#define OS_PATH_SEPARATOR '/'
|
|
||||||
|
|
||||||
#endif /* _ANDROID_CONFIG_H */
|
#endif /* _ANDROID_CONFIG_H */
|
||||||
|
|
|
@ -76,11 +76,6 @@
|
||||||
#define _WIN32 1
|
#define _WIN32 1
|
||||||
#define _WIN32_WINNT 0x0500 /* admit to using >= Win2K */
|
#define _WIN32_WINNT 0x0500 /* admit to using >= Win2K */
|
||||||
|
|
||||||
/*
|
|
||||||
* The default path separator for the platform
|
|
||||||
*/
|
|
||||||
#define OS_PATH_SEPARATOR '\\'
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Various definitions missing in MinGW
|
* Various definitions missing in MinGW
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue