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.

28 lines
643 B

  1. //--------------------------------------------------------------------
  2. // pch - header
  3. // Copyright (C) Microsoft Corporation, 1999
  4. //
  5. // Created by: Duncan Bryce (duncanb), 9-28-2001
  6. //
  7. // Precompiled header for hardware provider
  8. //
  9. #include <nt.h>
  10. #include <ntrtl.h>
  11. #include <nturtl.h>
  12. #include <windows.h>
  13. #include <eh.h>
  14. #include <malloc.h>
  15. #include <math.h>
  16. #include <wchar.h>
  17. #include <vector>
  18. #include "DebugWPrintf.h"
  19. #include "ErrorHandling.h"
  20. #include "TimeProv.h"
  21. #include "NtpBase.h"
  22. #include "W32TmConsts.h"
  23. #include "MyCritSec.h"
  24. #include "HWProvConsts.h"
  25. #include "parser.h"
  26. using namespace std;