Leaked source code of windows server 2003
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.

26 lines
558 B

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