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
800 B
44 lines
800 B
/*****************************************************************************
|
|
*
|
|
* (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 <windows.h>
|
|
#include <commctrl.h>
|
|
#include <objbase.h>
|
|
#include <atlbase.h>
|
|
#include <sti.h>
|
|
|
|
#include "wia.h"
|
|
#include "wiadebug.h"
|
|
|
|
#include "uicommon.h"
|
|
|
|
#include "wiaseld.h"
|
|
#include "wiaseld.rh"
|
|
#include "choosdlg.h"
|
|
#include "simcrack.h"
|
|
#include "devlist.h"
|
|
#include <shfusion.h>
|
|
|
|
extern HINSTANCE g_hInstance;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|