OSDN Git Service

Don't define S_IRGRP in AndroidConfig.h.
authorElliott Hughes <enh@google.com>
Thu, 30 Jul 2015 02:26:39 +0000 (19:26 -0700)
committerElliott Hughes <enh@google.com>
Thu, 30 Jul 2015 02:26:39 +0000 (19:26 -0700)
Nothing seems to be relying on this anyway.

Change-Id: I24e2509e4d24bc445961430bb74f8ca04135bc37

core/combo/include/arch/windows/AndroidConfig.h

index fbda250..b4abdca 100644 (file)
 #define _WIN32 1
 #define _WIN32_WINNT 0x0500     /* admit to using >= Win2K */
 
-/*
- * Various definitions missing in MinGW
- */
-#ifdef USE_MINGW
-#define S_IRGRP 0
-#endif
-
 #endif /*_ANDROID_CONFIG_H*/