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.

42 lines
845 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 <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #define NOIME
  16. #include <windows.h>
  17. #include <immp.h>
  18. #include <ccstock.h>
  19. #include <debug.h>
  20. #include <olectl.h>
  21. #include <oleacc.h>
  22. #include <richedit.h>
  23. #include "msctf.h"
  24. #include "msctfp.h"
  25. #include "helpers.h"
  26. #include "delay.h"
  27. #include "osver.h"
  28. #define STRSAFE_NO_DEPRECATE
  29. #include "strsafe.h"
  30. #include "mem.h" // put this last because it macros "new" in DEBUG
  31. #define SCALE_ICON 1
  32. #endif // _PRIVATE_H_