Merge "Remove OS_PATH_SEPARATOR from AndroidConfig.h."

This commit is contained in:
Elliott Hughes 2015-07-29 23:14:52 +00:00 committed by Gerrit Code Review
commit 1dbb41661a
8 changed files with 0 additions and 40 deletions

View File

@ -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*/

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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*/

View File

@ -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 */

View File

@ -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
*/ */