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
727 B

  1. //+------------------------------------------------------------------
  2. //
  3. // File: pch.hxx
  4. //
  5. // Contents: headers to precompile when building cmdline.lib
  6. //
  7. // Synoposis:
  8. //
  9. // Classes:
  10. //
  11. // Functions:
  12. //
  13. // History: 09/18/92 Lizch Created
  14. //
  15. //-------------------------------------------------------------------
  16. extern "C"
  17. {
  18. #include <stdio.h>
  19. #include <stdarg.h>
  20. #include <string.h>
  21. #include <stdlib.h>
  22. #include <time.h>
  23. #include <fcntl.h>
  24. #include <sys\types.h>
  25. #include <sys\stat.h>
  26. #include <io.h>
  27. #include <direct.h>
  28. #include <share.h>
  29. }
  30. #include <windows.h>
  31. #include <ole2.h>
  32. //#include <lmcons.h>
  33. //#include <lmerr.h>
  34. //#include <lmwksta.h>
  35. //#include <lmapibuf.h>
  36. #include "log.hxx"
  37. #include "log.h"