lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
00001 /*****************************************************/ 00002 /* lean Dependency Config (c) Tobias Zirr 2011 */ 00003 /*****************************************************/ 00004 00005 #ifndef LEAN_CONFIG_WINDOWS 00006 #define LEAN_CONFIG_WINDOWS 00007 00008 // Get rid of macros 00009 #define NOMINMAX 00010 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers 00011 00012 #endif