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.

40 lines
789 B

  1. #define STRICT
  2. #define CONST_VTABLE
  3. #include <windows.h>
  4. #include <commdlg.h>
  5. #include <dlgs.h> // commdlg IDs
  6. #include <shellapi.h>
  7. #include <commctrl.h>
  8. #include <windowsx.h>
  9. #include <shlobj.h>
  10. #include <malloc.h>
  11. #undef Assert
  12. #include "debug.h"
  13. #include "resource.h"
  14. #include "offglue.h"
  15. #include "plex.h"
  16. #include "extdef.h"
  17. #include "offcapi.h"
  18. #include "proptype.h"
  19. #include "debug.h"
  20. #include "internal.h"
  21. #include "strings.h"
  22. #include "propvar.h"
  23. #include <shfusion.h>
  24. #include <winnls.h>
  25. #include <prsht.h>
  26. #include <commctrl.h>
  27. #include <shlwapi.h>
  28. #include <shlapip.h>
  29. #include <strsafe.h>
  30. STDAPI_(void) DllAddRef();
  31. STDAPI_(void) DllRelease();
  32. extern HANDLE g_hmodThisDll;
  33. #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))