summaryrefslogtreecommitdiff
path: root/shell/inc/utilities.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/utilities.hxx')
-rw-r--r--shell/inc/utilities.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/inc/utilities.hxx b/shell/inc/utilities.hxx
index 0351e910658f..551089afd600 100644
--- a/shell/inc/utilities.hxx
+++ b/shell/inc/utilities.hxx
@@ -113,7 +113,7 @@ LCID LocaleSetToLCID( const LocaleSet_t & Locale );
#ifdef DEBUG
-inline void OutputDebugStringFormat( LPCSTR pFormat, ... )
+inline void OutputDebugStringFormatA( LPCSTR pFormat, ... )
{
CHAR buffer[1024];
va_list args;
@@ -124,7 +124,7 @@ inline void OutputDebugStringFormat( LPCSTR pFormat, ... )
OutputDebugStringA( buffer );
}
#else
-static inline void OutputDebugStringFormat( LPCSTR, ... )
+static inline void OutputDebugStringFormatA( LPCSTR, ... )
{
}
#endif