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:
parent
af755b0b3d
commit
09b4f7cbed
5 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "common/debug.h"
|
||||
#include "common/fs.h"
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue