]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
Another "char" occurrence
[wxWidgets.git] / include / wx / msw / private.h
index d6ba8ae9238d27be202ac838b22dcf46880eb398..2e2069b41dae8213ff56d94257206a5ebaea4d10 100644 (file)
@@ -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