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.

31 lines
724 B

  1. //--------------------------------------------------------------------
  2. // pch - header
  3. // Copyright (C) Microsoft Corporation, 1999
  4. //
  5. // Created by: Louis Thomas (louisth), 2-7-99
  6. //
  7. // Precompiled header for w32tm
  8. //
  9. #include <windows.h>
  10. #include <winsock2.h>
  11. #include <winsvc.h>
  12. #include <stdio.h>
  13. #include <ipexport.h>
  14. #include <wchar.h>
  15. #include "ServiceHost.h"
  16. #include "CmdArgs.h"
  17. #include "TimeMonitor.h"
  18. #include "DebugWPrintf.h"
  19. #include "LocalizedWPrintf.h"
  20. #include "ErrorHandling.h"
  21. #include "w32tmrc.h"
  22. #include "w32tmmsg.h"
  23. #include "NtpBase.h"
  24. #include "PingLib.h"
  25. #include "DcInfo.h"
  26. #include <w32timep.h>
  27. #include "AccurateSysCalls.h"
  28. #include "OtherCmds.h"
  29. #include "W32TmConsts.h"
  30. #include "shellapi.h"