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.

42 lines
802 B

  1. // Global Headers
  2. #include <nt.h>
  3. #include <ntrtl.h>
  4. #include <nturtl.h>
  5. #include <windows.h>
  6. #include <windowsx.h>
  7. #include <regstr.h>
  8. #define NOPOWERSTATUSDEFINES
  9. #include <mmsystem.h>
  10. #include <shellapi.h>
  11. #include <shlapip.h>
  12. #include <commctrl.h>
  13. #include <winuserp.h>
  14. #include "pccrdapi.h"
  15. #include <systrayp.h>
  16. #include <help.h>
  17. #include <dbt.h>
  18. #include <ntpoapi.h>
  19. #include <poclass.h>
  20. #include <cscuiext.h>
  21. #include <objbase.h>
  22. #include <docobj.h>
  23. #include <shlwapi.h>
  24. #include <shlobj.h>
  25. #include <shlobjp.h>
  26. #include <dbt.h>
  27. #include <shfusion.h>
  28. // Global vars
  29. extern long g_cLocks;
  30. extern long g_cComponents;
  31. extern HINSTANCE g_hinstDll;
  32. // Macros
  33. #ifndef ARRAYSIZE
  34. #define ARRAYSIZE(x) (sizeof((x))/sizeof((x)[0]))
  35. #endif