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.

34 lines
620 B

  1. #ifndef STRICT
  2. #define STRICT
  3. #endif
  4. #ifdef WINNT
  5. #include <nt.h> // We need these header files for the auto-version
  6. #include <ntrtl.h> // patching stuff...
  7. #include <nturtl.h>
  8. #endif
  9. #define _INC_OLE
  10. #include <windows.h>
  11. #undef _INC_OLE
  12. #ifdef WIN32
  13. #include <shlobj.h>
  14. #include <shellapi.h>
  15. #include <shlapip.h>
  16. #include <shlobjp.h>
  17. #include <imagehlp.h>
  18. #else
  19. #include <shell.h>
  20. #endif
  21. #define IDI_DEFAULT 100
  22. #define IDS_UNKNOWNERROR 0x100
  23. #define IDS_LOADERR 0x300
  24. #define IDS_GETPROCADRERR 0x400
  25. #define IDS_CANTLOADDLL 0x401
  26. //#include "port32.h"