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.

47 lines
726 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. precomp.h
  6. Abstract:
  7. Precompiled header for router.
  8. Author:
  9. Albert Ting (AlbertT) 15-Sept-1994
  10. Environment:
  11. User Mode -Win32
  12. Revision History:
  13. --*/
  14. #ifndef MODULE
  15. #define MODULE "SPLPERF:"
  16. #define MODULE_DEBUG SplPerfDebug
  17. #define LINK_SPLPERF
  18. #endif
  19. //#include <nt.h>
  20. //#include <ntrtl.h>
  21. //#include <nturtl.h>
  22. //#include <excpt.h>
  23. //#include <rpc.h> // DataTypes and runtime APIs
  24. //#include <string.h>
  25. #include <windows.h>
  26. //#include <winspool.h>
  27. //#include <winsplp.h>
  28. //#include <winspl.h> // generated by the MIDL complier
  29. //#include <wininet.h>
  30. #include <splcom.h>
  31. //#include <change.h>
  32. //#include <dbt.h>