44 lines
875 B
C
44 lines
875 B
C
|
|
/****************************************************************************\
|
|
|
|
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_
|