X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d9a451ce336b747919cc2e9efc035aaf4ae460b4..752c7d6bbdf97037c9a2bf20625b47951b76aa4a:/include/wx/msw/curicop.h?ds=sidebyside diff --git a/include/wx/msw/curicop.h b/include/wx/msw/curicop.h index f2c70ccc1f..8b1d002c3b 100644 --- a/include/wx/msw/curicop.h +++ b/include/wx/msw/curicop.h @@ -33,7 +33,7 @@ struct tagCURFILERES { typedef struct tagCURFILERES CURFILERES; -HANDLE ReadCur( LPSTR szFileName, LPPOINT lpptHotSpot, int *W = 0, int *H = 0); +HANDLE ReadCur( LPTSTR szFileName, LPPOINT lpptHotSpot, int *W = 0, int *H = 0); HBITMAP ColorDDBToMonoDDB( HBITMAP hbm); HCURSOR MakeCursor( HANDLE hDIB, LPPOINT lpptHotSpot, HINSTANCE hInst);