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.

59 lines
1.2 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: private.h
  4. //
  5. // Contents: Private header for dimm project.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifndef _PRIVATE_H_
  9. #define _PRIVATE_H_
  10. #define _OLEAUT32_
  11. #define NOIME
  12. #include <windows.h>
  13. #include <ole2.h>
  14. #include <debug.h>
  15. #include <ocidl.h>
  16. #include <tchar.h>
  17. #include <limits.h>
  18. // New NT5 header
  19. #include "immdev.h"
  20. #define _IMM_
  21. #define _DDKIMM_H_
  22. #include "dimm.h"
  23. #include "msctf.h"
  24. #include "ctffunc.h"
  25. #include "osver.h"
  26. #include "ccstock.h"
  27. #include "immxutil.h"
  28. #include "xstring.h"
  29. #include "regsvr.h"
  30. #define _DDKIMM_H_
  31. #include "aimm12.h"
  32. #include "aimmex.h"
  33. #include "aimmp.h"
  34. #include "msuimw32.h"
  35. #include "imeutil.h"
  36. #include "immdevaw.h"
  37. #include "helpers.h"
  38. //
  39. // include private header
  40. //
  41. #include "winuserp.h" // define WM_IME_SYSTEM
  42. #define NOGDI // no include tagINPUTCONTEXT
  43. #pragma warning(disable:4200)
  44. #include "immp.h" // define IMS_ACTIVATETHREADLAYOUT
  45. #pragma warning(default:4200)
  46. #include "mem.h"
  47. #endif // _PRIVATE_H_