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.

37 lines
851 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: private.h
  4. //
  5. // Contents: Private header for immx project.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifndef _PRIVATE_H_
  9. #define _PRIVATE_H_
  10. #define _OLEAUT32_
  11. #define OEMRESOURCE 1
  12. #include <windows.h>
  13. #include <ccstock.h>
  14. #include <debug.h>
  15. #include <olectl.h>
  16. #include <richedit.h>
  17. #include <commctrl.h>
  18. #ifdef __cplusplus
  19. #include <atlbase.h>
  20. #endif // __cplusplus
  21. #include "msctf.h"
  22. #include "helpers.h"
  23. #include "fontlink.h"
  24. #include "combase.h"
  25. #include "mem.h" // put this last because it macros "new" in DEBUG
  26. #include "chkobj.h"
  27. #ifdef __cplusplus
  28. #include "sapi.h"
  29. #include "sphelper.h"
  30. #endif /* __cplusplus */
  31. #include "strsafe.h"
  32. #endif // _PRIVATE_H_