1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:23:52 +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> #include <boost/iostreams/stream_buffer.hpp>
// For OutputDebugString // For OutputDebugString
#define WIN32_LEAN_AND_MEAN
#include <Windows.h> #include <Windows.h>
// makes __argc and __argv available on windows // makes __argc and __argv available on windows
#include <cstdlib> #include <cstdlib>