/***************************************************************************** * * (C) COPYRIGHT MICROSOFT CORPORATION, 1999 * * TITLE: precomp.h * * VERSION: 1.0 * * AUTHOR: RickTu * * DATE: 5/12/99 * * DESCRIPTION: Precompiled header file for scan dialog * *****************************************************************************/ #ifndef __PRECOMP_H_INCLUDED #define __PRECOMP_H_INCLUDED #include #include #include #include #include #include #include "scanlib.rh" #include "wiadebug.h" #include "wianew.h" #include "wiadevd.h" #include "pshelper.h" #include "uicommon.h" #include "miscutil.h" #include "simcrack.h" #include "simbstr.h" #include "simevent.h" #include "scandlg.h" #include "multistr.h" #include "scanntfy.h" #include "pviewids.h" #include "dlgunits.h" #include "proparry.h" #include "scanitem.h" #include "scanproc.h" #include "sitemlst.h" #include "waitcurs.h" #include "dbgtimer.h" #include extern HINSTANCE g_hInstance; #endif