]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/curicop.h
* wxDataStreams use wxUint now.
[wxWidgets.git] / include / wx / msw / curicop.h
index f2c70ccc1fe3dae6fb55357c3043633a83806491..8b1d002c3bb831deae3f6aa9e8ecf41a78baab19 100644 (file)
@@ -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);