44 lines
786 B
C
44 lines
786 B
C
/*****************************************************************************
|
|
*
|
|
* (C) COPYRIGHT MICROSOFT CORPORATION, 1999
|
|
*
|
|
* TITLE: precomp.h
|
|
*
|
|
* VERSION: 1.0
|
|
*
|
|
* AUTHOR: RickTu
|
|
*
|
|
* DATE: 5/12/99
|
|
*
|
|
* DESCRIPTION: Precompiled header file for common UI library
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef _pch_h
|
|
#define _pch_h
|
|
|
|
|
|
#include <windows.h>
|
|
#include <sti.h>
|
|
#include <commctrl.h>
|
|
#include <atlbase.h>
|
|
#include <propidl.h>
|
|
#include "wia.h"
|
|
#include "uicommon.h"
|
|
#include "simcrack.h"
|
|
#include "simarray.h"
|
|
#include "simreg.h"
|
|
#include "wiadebug.h"
|
|
#include "miscutil.h"
|
|
#include "proparry.h"
|
|
#include "pshelper.h"
|
|
#include "rescale.h"
|
|
#include "resid.h"
|
|
#include <shfusion.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|