/*----------------------------------------------------------------------- * File: MAF_DBG.H * * Copyright (c) 1995-2000 Intel Corporation. All rights reserved. *----------------------------------------------------------------------- */ #ifndef __MAF_DEBUG_H__ #define __MAF_DEBUG_H__ void MAF_OutputDebugString(const char* pString); #endif