/******************************Module*Header*******************************\ * Module Name: precomp.hxx * * Copyright (c) 1994-1999 Microsoft Corporation * \**************************************************************************/ extern "C" { #define __CPLUSPLUS // Standard C-runtime headers #include #include #include #include #include // NTOS headers #include #include #ifndef FAR #define FAR #endif // Windows headers #include #include // Windows GDI headers #include #include // #include // DirectDraw headers #define _NO_COM // Avoid COM conflicts width ddrawp.h #include #include #include #include #include // Windows DDI headers #include #include "ntgdistr.h" // #include "ntgdi.h" // Video AGP interface headers #include #include // private headers #include "ddkcomp.h" // this should BEFORE dmemmgr.h #include // this should BEFORE dxg.h #include "..\inc\dxg.h" }; #include "..\inc\ddobj.hxx" #include "ddhmgr.hxx" #include "..\inc\ddraw.hxx" #include "exclude.hxx" #include "devlock.hxx" #include "ddpdev.hxx" #include "d3d.hxx" extern "C" { #define __CPLUSPLUS #include "ddagp.h" #include "ddheap.h" }; #pragma hdrstop