1
0
Fork 0

added windows.h header file

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1185
This commit is contained in:
Peter Veenstra 2003-08-13 14:55:24 +00:00
parent d9c77e001c
commit 2a97e6e022

View file

@ -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 <windows.h>
#endif
// STL stuff
#include <vector>
#include <iterator>