diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-24 22:32:14 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-24 22:32:14 +0000 |
commit | a70bc0519f2705257efca1c8a714a44c941534fb (patch) | |
tree | f43dd57982917760b8d12534e5a3c9520da8f024 /src/usuals.h | |
parent | 07e7c437647e45b6f06b30a8dc02b663fd6a782c (diff) |
- Bug fixes to new fixup scheme
Diffstat (limited to 'src/usuals.h')
-rw-r--r-- | src/usuals.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usuals.h b/src/usuals.h index c9843b0..eeb13b1 100644 --- a/src/usuals.h +++ b/src/usuals.h @@ -43,6 +43,11 @@ #endif #ifdef _WIN32 +/* Suppress stupid errors */ +#pragma warning( disable : 4786 ) +#endif + +#ifdef _WIN32 #include "config.win32.h" #else #include "config.h" |