Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
691 B

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1999 **
  4. //*********************************************************************
  5. //
  6. // MSOOBE.H - WinMain and initialization code for MSOOBE stub EXE
  7. //
  8. // HISTORY:
  9. //
  10. // 1/27/99 a-jaswed Created.
  11. #ifndef _MSOOBE_H_
  12. #define _MSOOBE_H_
  13. #include <windows.h>
  14. #include <appdefs.h>
  15. typedef BOOL (WINAPI *PFNMsObWinMain)(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow);
  16. #define IDS_APPNAME 3000
  17. #define IDS_SETUPFAILURE 3001
  18. #endif //_MSOOBE_H_