//---------------------------------------------------------------------------- // // refutil.h // // Umbrella header file for the reference implementation // // Copyright (C) Microsoft Corporation, 1997. // //---------------------------------------------------------------------------- #ifndef _REFUTIL_H_ #define _REFUTIL_H_ #ifndef DllExport #define DllExport __declspec( dllexport ) #endif #include #include #include #include #include #endif // #ifndef _REFUTIL_H_