/*++ Copyright (c) 2000 Microsoft Corporation. All rights reserved. --*/ #ifndef __OUTPUTDEBUGSTRINGF_H_ #define __OUTPUTDEBUGSTRINGF_H_ void OutputDebugStringF (const char* pchFormat, ...); #endif // __OUTPUTDEBUGSTRINGF_H_