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.

38 lines
838 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: private.h
  4. //
  5. // Contents: Private header for dimm project.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifndef _PRIVATE_H_
  9. #define _PRIVATE_H_
  10. #define _OLEAUT32_
  11. #include <nt.h> // for NtQuery
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <windows.h>
  15. #include <ole2.h>
  16. #include <advpub.h>
  17. #include <ccstock.h>
  18. #include <debug.h>
  19. #include <inetreg.h>
  20. #include <ocidl.h>
  21. #include <comcat.h>
  22. #include <olectl.h>
  23. #include <mlang.h>
  24. #include <limits.h>
  25. #ifndef STRSAFE_NO_DEPRECATE
  26. #define STRSAFE_NO_DEPRECATE
  27. #endif
  28. #include <strsafe.h>
  29. #include "msctf.h"
  30. #include "helpers.h"
  31. #include "mem.h" // must be last
  32. #include "chkobj.h"
  33. #endif // _PRIVATE_H_