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
844 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: private.h
  4. //
  5. // Contents: Private header for sapilayr project.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifndef _PRIVATE_H_
  9. #define _PRIVATE_H_
  10. #define _OLEAUT32_
  11. #include <windows.h>
  12. #define STRSAFE_NO_DEPRECATE
  13. #include <strsafe.h>
  14. //#include <windowsx.h>
  15. #include <ccstock.h>
  16. #include <debug.h>
  17. #include <ole2.h>
  18. #include <ocidl.h>
  19. #include <olectl.h>
  20. #include <servprov.h>
  21. #include "combase.h"
  22. #include "msctfp.h"
  23. #include "ctffunc.h"
  24. #include "ctfspui.h"
  25. #include "helpers.h"
  26. #include <tchar.h>
  27. #ifdef __cplusplus
  28. #include <sapi.h>
  29. #include <atlbase.h>
  30. #include <sphelper.h>
  31. #endif // __cplusplus
  32. #include "mem.h" // must be last
  33. #endif // _PRIVATE_H_