mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +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
a6958f4c06
commit
19ab49d97a
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
|||
#define GS_TYPE_ENCODING_H
|
||||
|
||||
#include <GNUstepBase/GSVersionMacros.h>
|
||||
#include <GNUstepBase/GSConfig.h>
|
||||
|
||||
#if defined (NeXT_RUNTIME)
|
||||
# include <objc/objc-runtime.h>
|
||||
|
|
|
@ -24,9 +24,10 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "GNUstepBase/GSTypeEncoding.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "GNUstepBase/GSTypeEncoding.h"
|
||||
|
||||
#undef MAX
|
||||
#define MAX(X, Y) \
|
||||
|
|
Loading…
Reference in a new issue