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

  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 NOIME
  11. #include <windows.h>
  12. #include <ole2.h>
  13. #include <debug.h>
  14. #include <ocidl.h>
  15. // New NT5 header
  16. #include "immdev.h"
  17. #define _IMM_
  18. #define _DDKIMM_H_
  19. #include "msctf.h"
  20. //#include <shlwapi.h>
  21. //#include <advpub.h>
  22. #include <ccstock.h>
  23. //#include <inetreg.h>
  24. //#include <comcat.h>
  25. //#include <olectl.h>
  26. #define _DDKIMM_H_
  27. #include "aimm12.h"
  28. #include "aimmp.h"
  29. #endif // _PRIVATE_H_