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.

62 lines
739 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. precomp.h
  6. Abstract:
  7. Precompiled header for client.
  8. Author:
  9. Weihai Chen (WeihaiC) 30-Mar-2000
  10. Environment:
  11. User Mode -Win32
  12. Revision History:
  13. --*/
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. #include <nt.h>
  18. #include <ntrtl.h>
  19. #include <nturtl.h>
  20. #include <stddef.h>
  21. #include <ntddrdr.h>
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25. #include <stdio.h>
  26. #include <string.h>
  27. #include <windows.h>
  28. #include <winspool.h>
  29. #include <wininet.h>
  30. #include <tchar.h>
  31. #include <mdcommsg.h>
  32. #include <stdlib.h>
  33. #include <winsock.h>
  34. #include <minmax.h>
  35. #include <ipexport.h>
  36. #include <lmcons.h>
  37. #include <lmapibuf.h>
  38. #include <splcom.h>
  39. #include <winsplp.h>