/*****************************************************************************
 *
 *  (C) COPYRIGHT MICROSOFT CORPORATION, 1999
 *
 *  TITLE:       precomp.h
 *
 *  VERSION:     1.0
 *
 *  AUTHOR:      RickTu
 *
 *  DATE:        5/12/99
 *
 *  DESCRIPTION: Precompiled header file for camera 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 <wiadef.h>

#include "camdlg.rh"
#include "wiadebug.h"
#include "wianew.h"
#include "wiadevd.h"

#include "pshelper.h"
#include "uicommon.h"
#include "miscutil.h"

#include "simcrack.h"
#include "simstr.h"
#include "simbstr.h"
#include "simevent.h"

#include "multistr.h"
#include "pviewids.h"
#include "dlgunits.h"
#include "proparry.h"
#include "waitcurs.h"
#include "dbgtimer.h"

extern HINSTANCE g_hInstance;

#include <shfusion.h>

#endif