70 lines
1.1 KiB
C
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
|
|
|
|
|