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.
60 lines
1.1 KiB
60 lines
1.1 KiB
/******************************Module*Header*******************************\
|
|
* Module Name: precomp.hxx
|
|
*
|
|
* Copyright (c) 1994-1999 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
extern "C"
|
|
{
|
|
#define __CPLUSPLUS
|
|
|
|
// Standard C-runtime headers
|
|
|
|
#include <stddef.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
// NTOS headers
|
|
|
|
#include <ntosp.h>
|
|
#include <zwapi.h>
|
|
#ifndef FAR
|
|
#define FAR
|
|
#endif
|
|
|
|
// Windows headers
|
|
|
|
#include <windef.h>
|
|
#include <winerror.h>
|
|
|
|
// Windows GDI headers
|
|
|
|
#include <wingdi.h>
|
|
|
|
// DirectDraw headers
|
|
|
|
#define _NO_COM // Avoid COM conflicts width ddrawp.h
|
|
#include <ddrawp.h>
|
|
#include <d3dnthal.h>
|
|
#include <dxmini.h>
|
|
#include <ddkmapi.h>
|
|
#include <ddkernel.h>
|
|
|
|
// Windows DDI headers
|
|
|
|
#include <winddi.h>
|
|
|
|
// Video AGP interface headers
|
|
|
|
#include <videoagp.h>
|
|
#include <agp.h>
|
|
};
|
|
|
|
#include "..\inc\ddobj.hxx"
|
|
#include "..\inc\ddraw.hxx"
|
|
|
|
#pragma hdrstop
|
|
|