diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index 3881c31250..2e2069b41d 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -192,7 +192,7 @@ inline bool wxStyleHasBorder(long style) #define OutputDebugString OutputDebugStringW95 #endif -extern void OutputDebugStringW95(const char*, ...); +extern void OutputDebugStringW95(const wxChar*, ...); #endif #endif