mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-12 09:01:05 +00:00
try to fix include order to avoid BOOL problem on msys2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38925 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
11aa431bd6
commit
f1522b69aa
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
||||||
#define GS_TYPE_ENCODING_H
|
#define GS_TYPE_ENCODING_H
|
||||||
|
|
||||||
#include <GNUstepBase/GSVersionMacros.h>
|
#include <GNUstepBase/GSVersionMacros.h>
|
||||||
#include <GNUstepBase/GSConfig.h>
|
|
||||||
|
|
||||||
#if defined (NeXT_RUNTIME)
|
#if defined (NeXT_RUNTIME)
|
||||||
# include <objc/objc-runtime.h>
|
# include <objc/objc-runtime.h>
|
||||||
|
|
|
@ -24,9 +24,10 @@
|
||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "GNUstepBase/GSTypeEncoding.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "GNUstepBase/GSTypeEncoding.h"
|
|
||||||
|
|
||||||
#undef MAX
|
#undef MAX
|
||||||
#define MAX(X, Y) \
|
#define MAX(X, Y) \
|
||||||
|
|
Loading…
Reference in a new issue