aboutsummaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorLudvig Strigeus2002-04-12 21:26:59 +0000
committerLudvig Strigeus2002-04-12 21:26:59 +0000
commitd2b0070c5f39661561484f8e2dfd6be271ed21cf (patch)
tree0e751495a08c9514e82879d78a977ad6f27469a7 /stdafx.h
parentb195bb597c32384bf4ce6f9c22ffc281c0828ca4 (diff)
downloadscummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.tar.gz
scummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.tar.bz2
scummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.zip
new video engine (expect broken non-sdl builds),
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/stdafx.h b/stdafx.h
index 08db9cc821..b0f05ec413 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -2,6 +2,10 @@
* $Id$
*
* $Log$
+ * Revision 1.13 2002/04/12 21:26:34 strigeus
+ * new video engine (expect broken non-sdl builds),
+ * simon the sorcerer 1 & 2 support (non SCUMM games)
+ *
* Revision 1.12 2002/03/14 22:45:22 arisme
* Minor changes to compile WinCE port
*
@@ -39,8 +43,10 @@
#pragma once
#endif // _MSC_VER > 1000
+
#if !defined(_WIN32_WCE)
+
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#define NOGDICAPMASKS
#define OEMRESOURCE
@@ -65,9 +71,10 @@
#define NOSOUND
#define NODRAWTEXT
+
#endif
-#include <SDL.h>
+
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
@@ -81,12 +88,10 @@
#include <mmsystem.h>
#include <ctype.h>
#include <Winuser.h>
+#include <direct.h>
#else
-#if defined(NEED_SDL_HEADERS)
-#include <SDL.h>
-#endif
#if !defined(__APPLE__CW) && !(defined(__MWERKS__) && defined(macintosh))
#include <sys/types.h>
#include <sys/uio.h>