// // PCH.H // #define _WIN32_IE 0x0200 #define _CRT_SECURE_NO_DEPRECATE #include #include #include #include #include #include #include #include #include #include #include #include #if !defined VERIFY #if defined _DEBUG #define VERIFY(f) _ASSERT(f) #else // _DEBUG #define VERIFY(f) ((VOID)(f)) #endif // _DEBUG #endif // _VERIFY #if !defined INVALID_SET_FILE_POINTER #define INVALID_SET_FILE_POINTER ((DWORD)-1) #endif #if !defined IDC_HAND // Win2k specific definition #define IDC_HAND MAKEINTRESOURCE(32649) #endif #if _MSC_VER <= 1200 // missing type definition in the MSVC6.0 SDK and earlier typedef SIZE_T DWORD_PTR, *PDWORD_PTR; #endif