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.

31 lines
556 B

  1. //
  2. // Private.h
  3. //
  4. // Contents: Private header for korimx project.
  5. //
  6. #if !defined (__PRIVATE_H__INCLUDED_)
  7. #define __PRIVATE_H__INCLUDED_
  8. #define _OLEAUT32_
  9. #include <windows.h>
  10. #include <windowsx.h>
  11. #include <ole2.h>
  12. #include <olectl.h>
  13. #include <debug.h>
  14. #include <initguid.h>
  15. #include "common.h"
  16. #include "crtfree.h"
  17. #include "msctf.h"
  18. #include "ipoint1.h"
  19. #include "mem.h" // must be last
  20. #define fTrue 1
  21. #define fFalse 0
  22. #define STRSAFE_NO_DEPRECATE
  23. #include "strsafe.h"
  24. #endif // __PRIVATE_H__INCLUDED_