X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d9a451ce336b747919cc2e9efc035aaf4ae460b4..7b8bd8182ca5ec9ed42d531b80fda479c2a2d7a1:/include/wx/msw/curicop.h 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);