/***************************************************************************** * * (C) COPYRIGHT MICROSOFT CORPORATION, 1999 * * TITLE: precomp.h * * VERSION: 1.0 * * AUTHOR: RickTu * * DATE: 5/12/99 * * DESCRIPTION: Precompiled header file for selection dialog * *****************************************************************************/ #ifndef _pch_h #define _pch_h #include #include #include #include #include #include "wia.h" #include "wiadebug.h" #include "uicommon.h" #include "wiaseld.h" #include "wiaseld.rh" #include "choosdlg.h" #include "simcrack.h" #include "proparry.h" #include "devlist.h" #include "dbgtimer.h" #include extern HINSTANCE g_hInstance; #endif