mirror of https://github.com/tongzx/nt5src
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.
59 lines
1.1 KiB
59 lines
1.1 KiB
/*****************************************************************************
|
|
*
|
|
* (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 <windows.h>
|
|
#include <atlbase.h>
|
|
#include <commctrl.h>
|
|
#include <objbase.h>
|
|
#include <propidl.h>
|
|
#include <wia.h>
|
|
|
|
#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 <shfusion.h>
|
|
|
|
extern HINSTANCE g_hInstance;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|