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.
 
 
 
 
 
 

44 lines
918 B

/****************************************************************************\
PCH.H / Mass Storage Device Installer (MSDINST.LIB)
Microsoft Confidential
Copyright (c) Microsoft Corporation 2001
All rights reserved
Precompiled Header file for the MSD Installation library.
07/2001 - Jason Cohen (JCOHEN)
Added this new header file for the new MSD Isntallation project.
\****************************************************************************/
#ifndef _PCH_H_
#define _PCH_H_
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
//#include <ntsam.h>
//#include <ntlsa.h>
#include <windows.h>
#include <tchar.h>
#include <shlwapi.h>
//#include <stdlib.h>
//#include <stdio.h>
//#include <string.h>
#include <setupapi.h>
//#include <syssetup.h>
#include <opklib.h>
#include <msdres.h>
#include <msdinst.h>
#endif // _PCH_H_