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.

39 lines
609 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 "resource.h"
  23. #include <plugin.h>
  24. #include <stiregi.h>
  25. #include <tchar.h>
  26. #define STRSAFE_NO_DEPRECATE
  27. #include <strsafe.h>