commit 2a464e0d569e651e4bd660c995702b263c8741c4
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Feb 9 20:30:27 2008 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sat Feb 9 20:30:27 2008 +0000
Define WIN32_LEAN_AND_MEAN to fix windows build of i_system.c.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1066
---
src/i_system.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/i_system.c b/src/i_system.c
index 0f2841c9..7a01362f 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -32,6 +32,7 @@
#include <stdarg.h>
#ifdef _WIN32
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif