Leaked source code of windows server 2003
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.
|
|
/*******************************************************************************
* * (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
|