X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bfc6fde4b1dd5bfd8ae22839ff9a69cf24eb9120..b0bb2669bcdc7530acebb07b5b7072d670c04b68:/include/wx/msw/private.h diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index d6ba8ae923..2e2069b41d 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -158,7 +158,7 @@ WXDLLEXPORT extern void wxFindMaxSize(WXHWND hwnd, RECT *rect); WXDLLEXPORT_DATA(extern wxList) wxScrollBarList; // The MakeProcInstance version of the function wxSubclassedGenericControlProc WXDLLEXPORT_DATA(extern FARPROC) wxGenericControlSubClassProc; -WXDLLEXPORT_DATA(extern char*) wxBuffer; +WXDLLEXPORT_DATA(extern wxChar*) wxBuffer; WXDLLEXPORT_DATA(extern HINSTANCE) wxhInstance; WXDLLEXPORT wxWindow* wxFindControlFromHandle(WXHWND hWnd); @@ -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