From 2a97e6e02291715b8bd22a55bd888917cc7c58c5 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 13 Aug 2003 14:55:24 +0000 Subject: [PATCH] added windows.h header file Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1185 --- src/dos/drive_cache.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/dos/drive_cache.cpp b/src/dos/drive_cache.cpp index 0ff1ccd1..a9119220 100644 --- a/src/dos/drive_cache.cpp +++ b/src/dos/drive_cache.cpp @@ -17,13 +17,18 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: drive_cache.cpp,v 1.23 2003-08-13 14:45:31 qbix79 Exp $ */ +/* $Id: drive_cache.cpp,v 1.24 2003-08-13 14:55:24 qbix79 Exp $ */ #include "drives.h" #include "dos_inc.h" #include "dirent.h" #include "support.h" +#if defined (WIN32) /* Win 32 */ +#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from +#include +#endif + // STL stuff #include #include