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.

32 lines
456 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. precomp.h
  6. Abstract:
  7. Precompiled header file
  8. Author:
  9. Muhunthan Sivapragasam (MuhuntS) 17-Oct-1995
  10. Revision History:
  11. --*/
  12. #include <windows.h>
  13. #include <winspool.h>
  14. #include <stdio.h>
  15. #include <objbase.h>
  16. #include <shellapi.h>
  17. #include <setupapi.h>
  18. #include <initguid.h>
  19. #include <cfgmgr32.h>
  20. #include "splsetup.h"
  21. #include "local.h"
  22. #include <plugin.h>