//========= Copyright 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ // //=============================================================================// #ifndef WINLITE_H #define WINLITE_H #pragma once // // Prevent tons of unused windows definitions // #define WIN32_LEAN_AND_MEAN #define NOWINRES #define NOSERVICE #define NOMCX #define NOIME #ifndef _XBOX #include <windows.h> #endif #undef PostMessage #pragma warning( disable: 4800 ) // forcing value to bool 'true' or 'false' (performance warning) #endif // WINLITE_H
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 5821 | Knut Wikstrom |
Added Valve Source code. This is NOT to be commited to other than new code from Valve. |