X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbcdf8bc7ca806d8278c7cb6d09d5590378b67d8..7dee726c7e569dbf73956d2f2fa63317aa83d85f:/include/wx/msw/curico.h diff --git a/include/wx/msw/curico.h b/include/wx/msw/curico.h index b85a39b194..3b8c83375a 100644 --- a/include/wx/msw/curico.h +++ b/include/wx/msw/curico.h @@ -9,13 +9,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -HICON ReadIconFile( char *szFileName, HINSTANCE hInst, +HICON ReadIconFile( wxChar *szFileName, HINSTANCE hInst, int *W = 0, int *H = 0); -HCURSOR ReadCursorFile( char *szFileName, HINSTANCE hInst, +HCURSOR ReadCursorFile( wxChar *szFileName, HINSTANCE hInst, int *W = 0, int *H = 0, int *XHot = 0, int *YHot = 0); -HCURSOR IconToCursor( char *szFileName, HINSTANCE hInst, int XHot, int YHot, +HCURSOR IconToCursor( wxChar *szFileName, HINSTANCE hInst, int XHot, int YHot, int *W = 0, int *H = 0); -HICON CursorToIcon( char *szFileName, HINSTANCE hInst, +HICON CursorToIcon( wxChar *szFileName, HINSTANCE hInst, int *W = 0, int *H = 0); HCURSOR MakeCursorFromBitmap(HINSTANCE hInst, HBITMAP hBitmap, POINT *pPoint);