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.

24 lines
438 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. #include <windows.h>
  9. #include <ole2.h>
  10. #include <stdio.h>
  11. #include <stdarg.h>
  12. #include <tchar.h>
  13. #include "initguid.h"
  14. #include "common.h"
  15. #include "debug.h"
  16. #include "msctf.h"
  17. #include "regsvr.h"
  18. #define fTrue 1
  19. #define fFalse 0
  20. #endif // __PRIVATE_H__INCLUDED_