You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
620 B
31 lines
620 B
/*****************************************************************************
|
|
*
|
|
* (C) COPYRIGHT MICROSOFT CORPORATION, 1999
|
|
*
|
|
* TITLE: precomp.h
|
|
*
|
|
* VERSION: 1.0
|
|
*
|
|
* AUTHOR: RickTu
|
|
*
|
|
* DATE: 5/12/99
|
|
*
|
|
* DESCRIPTION: Precompiled header file for the preview window
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef __PRECOMP_H_INCLUDED
|
|
#define __PRECOMP_H_INCLUDED
|
|
|
|
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include <propidl.h>
|
|
#include "uicommon.h"
|
|
#include "simcrack.h"
|
|
#include "wiadebug.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|