Source code of Windows XP (NT5)
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.

39 lines
816 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1996, Microsoft Corporation.
  4. //
  5. // All rights reserved.
  6. //
  7. // File: ctolerpc.h
  8. //
  9. // Synopsis: Global include file for the ctolerpc project
  10. //
  11. // History: 31-Jul-96 MikeW Created
  12. //
  13. //-----------------------------------------------------------------------------
  14. #ifndef _CTOLERPC_H_
  15. #define _CTOLERPC_H_
  16. #include "KillWarn.h"
  17. #include <windows.h>
  18. #include <ole2.h>
  19. #include <stdio.h>
  20. #include <stdarg.h>
  21. #ifdef WIN16
  22. #include <types16.h>
  23. #endif
  24. #include <tchar.h>
  25. #include <direct.h>
  26. #include "macport.h" // Macintosh-specific stuff
  27. #include "oletypes.h" // Platform independent ole types
  28. #include "olestr.h" // ctprintf and olestr functions
  29. #endif // _CTOLERPC_H_