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.

31 lines
661 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. #define _OLEAUT32_
  11. #include <windows.h>
  12. #include <ccstock.h>
  13. #include <debug.h>
  14. #include <ole2.h>
  15. #include <ocidl.h>
  16. #include <olectl.h>
  17. #include <initguid.h>
  18. #ifndef STRSAFE_NO_DEPRECATE
  19. #define STRSAFE_NO_DEPRECATE
  20. #endif
  21. #include <strsafe.h>
  22. #include "msctf.h"
  23. #include "ctffunc.h"
  24. #include "mem.h" // must be last
  25. #endif // _PRIVATE_H_