00001 #ifndef _stdconc_h 00002 #define _stdconc_h 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 00008 #pragma warning (disable : 4786) 00009 00010 #define STRICT 00011 #ifndef _WIN32_WINNT 00012 #define _WIN32_WINNT 0x0400 00013 #endif 00014 00015 #include "ConcCommon.h" 00016 00017 00018 #endif