diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-10-12 23:50:47 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-10-12 23:50:47 +0200 |
commit | fd68b8e874c8b3b134d43dd43cc1ce9bf8a99b3e (patch) | |
tree | 66c9826a4c35b393a7c614a54a95e7f87a847032 /mingw32-config.h | |
parent | ca08818bbff9d5bbefaba5971dc81bbea128dfa2 (diff) |
Enabling cross-compilation for Darwin. Haven't tested under the real thing yet though. The eprintf() thingy seems odd.
Diffstat (limited to 'mingw32-config.h')
-rw-r--r-- | mingw32-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw32-config.h b/mingw32-config.h index d5f419b..4910388 100644 --- a/mingw32-config.h +++ b/mingw32-config.h @@ -11,7 +11,7 @@ #define WORDS_LITTLEENDIAN 1 #define CORO_LOSER 1 #define _FILE_OFFSET_BITS 64 -#define EMBED_LIBEIO +#define EMBED_LIBEIO 1 #ifndef _GNU_SOURCE #define _GNU_SOURCE 1 |