aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
authorJonathan Gray2003-07-13 13:57:19 +0000
committerJonathan Gray2003-07-13 13:57:19 +0000
commitbc1120b67ac85447cbb3dae5402c86451f7d9103 (patch)
treef7ec9fc1dfb7c16a368dfe1b5e02af21084cab1b /common/stdafx.h
parent70866ef72f026bd92e6ec8c56a750676263cddf1 (diff)
downloadscummvm-rg350-bc1120b67ac85447cbb3dae5402c86451f7d9103.tar.gz
scummvm-rg350-bc1120b67ac85447cbb3dae5402c86451f7d9103.tar.bz2
scummvm-rg350-bc1120b67ac85447cbb3dae5402c86451f7d9103.zip
linux/mingw compilation fix pointed out by Jeroen Janssen
svn-id: r8984
Diffstat (limited to 'common/stdafx.h')
-rw-r--r--common/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index a5a82e70ad..9b834d3c5a 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -83,7 +83,7 @@
#include <assert.h>
#include <mmsystem.h>
#include <ctype.h>
-#include <Winuser.h>
+#include <winuser.h>
#include <direct.h>
#else