From: Ove Kaaven Date: Tue, 20 Apr 1999 14:23:27 +0000 (+0000) Subject: Another "char" occurrence X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b0bb2669bcdc7530acebb07b5b7072d670c04b68?ds=inline Another "char" occurrence git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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