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.

23 lines
558 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: private.h
  4. //
  5. // Contents: Private header for aimmload project.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifndef _PRIVATE_H_
  9. #define _PRIVATE_H_
  10. #define _OLEAUT32_
  11. #define WINBASE_DECLARE_GET_SYSTEM_WOW64_DIRECTORY
  12. #include <windows.h>
  13. #include <regstr.h>
  14. #include <ccstock.h>
  15. #include <debug.h>
  16. #include "msctf.h"
  17. #include "mem.h" // must be last
  18. #include "tchar.h"
  19. #endif // _PRIVATE_H_