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.

32 lines
664 B

  1. //+------------------------------------------------------------------
  2. //
  3. // File: comtpch.hxx
  4. //
  5. // Contents: headers to precompile when building all directories
  6. // in common.
  7. //
  8. // History: 19-Nov-94 DaveY Created
  9. //
  10. //-------------------------------------------------------------------
  11. #ifdef WIN16
  12. #include <windows.h>
  13. #include <ole2.h>
  14. #include <stdio.h> // for log.hxx
  15. #include <stdlib.h>
  16. #include <nchar.h>
  17. #else
  18. // general includes
  19. #include <windows.h>
  20. #include <ole2.h>
  21. #include <stdio.h>
  22. #include <stdlib.h>
  23. #ifdef _MAC
  24. #include <macport.h>
  25. #endif // _MAC
  26. #endif // !WIN16