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.

68 lines
1.2 KiB

  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
  12. #undef WINVER
  13. #define WINVER 0x500
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #include <windows.h>
  18. #include <immp.h>
  19. #include <ccstock.h>
  20. #include <debug.h>
  21. #include <ole2.h>
  22. #include <olectl.h>
  23. #include <limits.h>
  24. #include <initguid.h>
  25. #ifndef STRSAFE_NO_DEPRECATE
  26. #define STRSAFE_NO_DEPRECATE
  27. #endif
  28. #include <strsafe.h>
  29. #include "msctf.h"
  30. #include "msctfp.h"
  31. #include "helpers.h"
  32. #include "docwrap.h"
  33. #include "msaadptr.h"
  34. #include "cicmsaa.h"
  35. #include "delay.h"
  36. #ifdef __cplusplus
  37. #include "combase.h"
  38. #endif
  39. #include "mem.h" // put this last because it macros "new" in DEBUG
  40. #include "dbgid.h"
  41. #include "osver.h"
  42. #include "chkobj.h"
  43. #include "perfct.h"
  44. #ifdef __cplusplus
  45. #include "immxutil.h"
  46. #include "template.h"
  47. #endif
  48. //
  49. // Cic #4580: enable this to support SmartVoice 4.0
  50. //
  51. #define CHECKFEIMESELECTED 1
  52. #define SCALE_ICON 1
  53. #endif // _PRIVATE_H_