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.

43 lines
918 B

  1. /****************************************************************************\
  2. PCH.H / Mass Storage Device Installer (MSDINST.LIB)
  3. Microsoft Confidential
  4. Copyright (c) Microsoft Corporation 2001
  5. All rights reserved
  6. Precompiled Header file for the MSD Installation library.
  7. 07/2001 - Jason Cohen (JCOHEN)
  8. Added this new header file for the new MSD Isntallation project.
  9. \****************************************************************************/
  10. #ifndef _PCH_H_
  11. #define _PCH_H_
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. //#include <ntsam.h>
  16. //#include <ntlsa.h>
  17. #include <windows.h>
  18. #include <tchar.h>
  19. #include <shlwapi.h>
  20. //#include <stdlib.h>
  21. //#include <stdio.h>
  22. //#include <string.h>
  23. #include <setupapi.h>
  24. //#include <syssetup.h>
  25. #include <opklib.h>
  26. #include <msdres.h>
  27. #include <msdinst.h>
  28. #endif // _PCH_H_