35 lines
717 B
C
35 lines
717 B
C
/*******************************************************************************
|
|
*
|
|
* (C) COPYRIGHT MICROSOFT CORPORATION, 1998
|
|
*
|
|
* TITLE: PRECOMP.H
|
|
*
|
|
* VERSION: 1.0
|
|
*
|
|
* AUTHOR: ShaunIv
|
|
*
|
|
* DATE: 8/4/1999
|
|
*
|
|
* DESCRIPTION: Precompiled header for wiadefui
|
|
*
|
|
*******************************************************************************/
|
|
#ifndef __PRECOMP_H_INCLUDED
|
|
#define __PRECOMP_H_INCLUDED
|
|
|
|
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include <objbase.h>
|
|
#include <atlbase.h>
|
|
#include <shellapi.h>
|
|
#include <shlobj.h>
|
|
#include <sti.h>
|
|
#include <wia.h>
|
|
#include <uicommon.h>
|
|
#include <simcrack.h>
|
|
#include <wiadebug.h>
|
|
#include "resource.h"
|
|
#include <shfusion.h>
|
|
|
|
#endif
|
|
|