
/****************************************************************************\

    PCH.H / Mass Storage Device Installer (MSDINST.EXE)

    Microsoft Confidential
    Copyright (c) Microsoft Corporation 2001
    All rights reserved

    Precompiled Header file for the MSD Installation tool.

    07/2001 - Jason Cohen (JCOHEN)

        Added this new header file for the new MSD Installation 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 <opklib.h>


#endif // _PCH_H_