//********************************************************************* //* Microsoft Windows ** //* Copyright(c) Microsoft Corp., 1999 ** //********************************************************************* // // MSOOBE.H - WinMain and initialization code for MSOOBE stub EXE // // HISTORY: // // 1/27/99 a-jaswed Created. #ifndef _MSOOBE_H_ #define _MSOOBE_H_ #include #include typedef BOOL (WINAPI *PFNMsObWinMain)(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow); #define IDS_APPNAME 3000 #define IDS_SETUPFAILURE 3001 #endif //_MSOOBE_H_