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.

41 lines
892 B

  1. #undef STRICT
  2. #define STRICT
  3. #define _INC_OLE // REVIEW: don't include ole.h in windows.h
  4. #define OEMRESOURCE
  5. // For dllload: change function prototypes to not specify declspec import
  6. #define _SHDOCVW_
  7. #include <windows.h>
  8. #include <stddef.h>
  9. #include <commctrl.h>
  10. #include <windowsx.h>
  11. #include <ole2.h>
  12. #include <shlobj.h> // Includes <fcext.h>
  13. #include <shlwapi.h>
  14. #include <shlwapip.h>
  15. #include <regstr.h> // for REGSTR_PATH_EXPLORE
  16. #ifdef UNICODE
  17. #define CP_WINNATURAL CP_WINUNICODE
  18. #else
  19. #define CP_WINNATURAL CP_WINANSI
  20. #endif
  21. #include <ccstock.h>
  22. #include <crtfree.h>
  23. #include <port32.h>
  24. // #include <heapaloc.h>
  25. #include <debug.h> // our version of Assert etc.
  26. #include <shellp.h>
  27. #include <wininet.h>
  28. #include <shdocvw.h>
  29. // Debug and trace message values
  30. #define DF_DELAYLOADDLL 0x00000001