windows-nt/Source/XPSP1/NT/printscan/ui/wiavidd/precomp.h
2020-09-26 16:20:57 +08:00

70 lines
1.1 KiB
C

/*****************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORPORATION, 1999 - 2000
*
* TITLE: precomp.h
*
* VERSION: 1.0
*
* AUTHOR: RickTu
*
* DATE: 10/14/99
*
* DESCRIPTION: precomiled header file for video common dialog
*
*****************************************************************************/
#ifndef _WIA_VIDEO_DLG_PRECOMP_H_
#define _WIA_VIDEO_DLG_PRECOMP_H_
//
// Windows header files
//
#include <windows.h>
#include <commctrl.h>
#include <comctrlp.h>
#include <atlbase.h>
//
// WIA header files
//
#include <wia.h>
#include <wiadebug.h>
#include <wiadevd.h>
#include <wiavideo.h>
//
// Utililty header files
//
#include <uicommon.h>
#include <simcrack.h>
#include <bkthread.h>
#include <simevent.h>
#include <miscutil.h>
#include <simrect.h>
#include <pshelper.h>
#include <uiexthlp.h>
#include <simbstr.h>
#include <movewnd.h>
#include <dlgunits.h>
#include <vcamprop.h>
//
// Our header files
//
#include "wiavidd.rh"
#include "citemlst.h"
#include "videodlg.h"
extern HINSTANCE g_hInstance;
#include <shfusion.h>
#endif