Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47b557a9 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Don't define S_IRGRP in AndroidConfig.h.

Nothing seems to be relying on this anyway.

Change-Id: I24e2509e4d24bc445961430bb74f8ca04135bc37
parent 1dbb4166
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -76,11 +76,4 @@
#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*/