Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

26 lines
584 B

/*******************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORPORATION, 2000
*
* TITLE: PRECOMP.H
*
* VERSION: 1.0
*
* AUTHOR: ShaunIv
*
* DATE: 3/30/2000
*
* DESCRIPTION: Precompiled header
*
*******************************************************************************/
#ifndef __PRECOMP_H_INCLUDED
#define __PRECOMP_H_INCLUDED
#include <windows.h>
#include <atlbase.h>
#include <wininet.h>
#include <uicommon.h>
#include "resource.h"
#include "module.h"
#endif // __PRECOMP_H_INCLUDED