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.

36 lines
436 B

  1. /*++
  2. Copyright (c) 1990-1996 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. precomp.h
  6. Abstract:
  7. Precompiled header file.
  8. Only place relatively static header files in here.
  9. Environment:
  10. User Mode -Win32
  11. Revision History:
  12. --*/
  13. #include <windows.h>
  14. #include <winspool.h>
  15. #include <winsplp.h>
  16. #include <stddef.h>
  17. #include <wininet.h>
  18. #include <commctrl.h>
  19. #include <spllib.hxx>
  20. #include <inetlib.h>