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.

43 lines
833 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: private.h
  4. //
  5. // Contents: Private header for simx project.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifndef _PRIVATE_H_
  9. #define _PRIVATE_H_
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13. #define STRICT
  14. #ifndef _WIN32_WINNT
  15. #define _WIN32_WINNT 0x0400
  16. #endif
  17. #define _OLEAUT32_
  18. #include <windows.h>
  19. #define STRSAFE_NO_DEPRECATE
  20. #include <strsafe.h>
  21. #include <ccstock.h>
  22. #include <debug.h>
  23. #include <ole2.h>
  24. #include <ocidl.h>
  25. #include <olectl.h>
  26. #include <initguid.h>
  27. #include "msctf.h"
  28. #include "msctfp.h"
  29. #include "combase.h"
  30. #include "mem.h"
  31. #include "chkobj.h"
  32. #include <atlbase.h>
  33. #include "osver.h"
  34. #endif // _PRIVATE_H_