#define STRICT #define _INC_OLE // REVIEW: don't include ole.h in windows.h #define OEMRESOURCE #ifdef WINNT // // NT uses DBG=1 for its debug builds, but the Win95 shell uses // DEBUG. Do the appropriate mapping here. // #if DBG #define DEBUG 1 #endif #endif #include #ifdef WINNT #include #include #endif #include #ifdef WINNT #include #endif #include #include #include // Includes #ifdef UNICODE #define CP_WINNATURAL CP_WINUNICODE #else #define CP_WINNATURAL CP_WINANSI #endif #include // #include #include <..\inc\debug.h> // our version of Assert etc. #include extern "C" BOOL WINAPI PackWizRunFromExe();