/******************************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 // DirectDraw headers #define _NO_COM // Avoid COM conflicts width ddrawp.h #include #include #include #include #include // Windows DDI headers #include // Video AGP interface headers #include #include }; #include "..\inc\ddobj.hxx" #include "..\inc\ddraw.hxx" #pragma hdrstop