1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 03:39:55 +00:00

Windows-specific definition to omit inclusion of unused stuff from Windows.h

This commit is contained in:
Dmitriy 'Endorph' Shkurskiy 2014-01-04 07:30:43 +02:00
parent 18d4cdb2ac
commit 7023395012

View File

@ -11,6 +11,7 @@
#include <boost/iostreams/stream_buffer.hpp>
// For OutputDebugString
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
// makes __argc and __argv available on windows
#include <cstdlib>