Define WIN32_LEAN_AND_MEAN before including windows.h.

This will cause our code to include less functionality, but might on the other hand fasten up the compilation.

svn-id: r50346
This commit is contained in:
Johannes Schickel 2010-06-26 21:55:52 +00:00
parent af755b0b3d
commit 09b4f7cbed
5 changed files with 5 additions and 0 deletions

View file

@ -30,6 +30,7 @@
#include "common/debug.h"
#include "common/fs.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>