//---------------------------------------------------------------------------- // // rast.h // // Umbrella header file for the rasterizers. // // Copyright (C) Microsoft Corporation, 1997. // //---------------------------------------------------------------------------- #ifndef _RAST_H_ #define _RAST_H_ #ifndef DllExport #define DllExport __declspec( dllexport ) #endif #include #include #include #endif // #ifndef _RAST_H_