aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/win32/win32-provider.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2010-06-26 21:55:52 +0000
committerJohannes Schickel2010-06-26 21:55:52 +0000
commit09b4f7cbed4f258a00822f2b135df475f6e1b398 (patch)
tree54344ab33bd359442a8c29ea93bee237b825c8b0 /backends/plugins/win32/win32-provider.cpp
parentaf755b0b3d732a0976b4c008b849ca907421d6eb (diff)
downloadscummvm-rg350-09b4f7cbed4f258a00822f2b135df475f6e1b398.tar.gz
scummvm-rg350-09b4f7cbed4f258a00822f2b135df475f6e1b398.tar.bz2
scummvm-rg350-09b4f7cbed4f258a00822f2b135df475f6e1b398.zip
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
Diffstat (limited to 'backends/plugins/win32/win32-provider.cpp')
-rw-r--r--backends/plugins/win32/win32-provider.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/plugins/win32/win32-provider.cpp b/backends/plugins/win32/win32-provider.cpp
index a39bdfe76a..65586249e8 100644
--- a/backends/plugins/win32/win32-provider.cpp
+++ b/backends/plugins/win32/win32-provider.cpp
@@ -30,6 +30,7 @@
#include "common/debug.h"
#include "common/fs.h"
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>