diff options
author | Stef Walter <stef@memberwebs.com> | 2004-04-23 01:09:23 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-04-23 01:09:23 +0000 |
commit | a16256cd9a2f4f34872bc3b6f6780fc4c5c84ca5 (patch) | |
tree | 021fab804adbc98f811ea835dd991b818a33db67 /src | |
parent | acf6b4c9888db5d529e4f0e8d32d3d48505201ac (diff) |
Added a win32 config header
Diffstat (limited to 'src')
-rw-r--r-- | src/usuals.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usuals.h b/src/usuals.h index 8a58660..c9843b0 100644 --- a/src/usuals.h +++ b/src/usuals.h @@ -42,7 +42,11 @@ #define NULL 0 #endif +#ifdef _WIN32 +#include "config.win32.h" +#else #include "config.h" +#endif #include <stdlib.h> #include <assert.h> |