am 1dbb4166: Merge "Remove OS_PATH_SEPARATOR from AndroidConfig.h."

* commit '1dbb41661afdffb41ae346c44075507f1840bc66':
  Remove OS_PATH_SEPARATOR from AndroidConfig.h.
This commit is contained in:
Elliott Hughes 2015-07-29 23:25:01 +00:00 committed by Android Git Automerger
commit 54307a2609
8 changed files with 0 additions and 40 deletions

View file

@ -32,9 +32,4 @@
* comments.
*/
/*
* The default path separator for the platform
*/
#define OS_PATH_SEPARATOR '/'
#endif /*_ANDROID_CONFIG_H*/

View file

@ -37,9 +37,4 @@
*/
#define HAVE_ANDROID_OS 1
/*
* The default path separator for the platform
*/
#define OS_PATH_SEPARATOR '/'
#endif /* _ANDROID_CONFIG_H */

View file

@ -37,9 +37,4 @@
*/
#define HAVE_ANDROID_OS 1
/*
* The default path separator for the platform
*/
#define OS_PATH_SEPARATOR '/'
#endif /* _ANDROID_CONFIG_H */

View file

@ -37,9 +37,4 @@
*/
#define HAVE_ANDROID_OS 1
/*
* The default path separator for the platform
*/
#define OS_PATH_SEPARATOR '/'
#endif /* _ANDROID_CONFIG_H */

View file

@ -37,9 +37,4 @@
*/
#define HAVE_ANDROID_OS 1
/*
* The default path separator for the platform
*/
#define OS_PATH_SEPARATOR '/'
#endif /* _ANDROID_CONFIG_H */

View file

@ -40,9 +40,4 @@
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE_SOURCE 1
/*
* The default path separator for the platform
*/
#define OS_PATH_SEPARATOR '/'
#endif /*_ANDROID_CONFIG_H*/

View file

@ -23,9 +23,4 @@
*/
#define HAVE_ANDROID_OS 1
/*
* The default path separator for the platform
*/
#define OS_PATH_SEPARATOR '/'
#endif /* _ANDROID_CONFIG_H */

View file

@ -76,11 +76,6 @@
#define _WIN32 1
#define _WIN32_WINNT 0x0500 /* admit to using >= Win2K */
/*
* The default path separator for the platform
*/
#define OS_PATH_SEPARATOR '\\'
/*
* Various definitions missing in MinGW
*/