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.

24 lines
365 B

  1. #ifndef STRICT
  2. #define STRICT
  3. #endif
  4. #define _INC_OLE
  5. #include <windows.h>
  6. #undef _INC_OLE
  7. #ifdef WIN32
  8. #include <shell2.h>
  9. #else
  10. #include <shell.h>
  11. #endif
  12. #define IDI_DEFAULT 100
  13. #define IDS_UNKNOWNERROR 0x100
  14. #define IDS_LOADERR 0x300
  15. #define IDS_GETPROCADRERR 0x400
  16. #define IDS_CANTLOADDLL 0x401
  17. //#include "port32.h"