Merge pull request #3 from arsenm/master

Only define feature-disabling Win32 macros if not defined already.
This commit is contained in:
Camilla Berglund 2012-03-29 16:28:39 -07:00
commit bae93ac1e1

View File

@ -33,8 +33,13 @@
// We don't need all the fancy stuff // We don't need all the fancy stuff
#ifndef NOMINMAX
#define NOMINMAX #define NOMINMAX
#endif
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN #define VC_EXTRALEAN
#endif
#ifndef WIN32_LEAN_AND_MEAN #ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN