]> git.saurik.com Git - wxWidgets.git/commitdiff
Because someone was inconsistent about using LPSTR and char*, I missed
authorOve Kaaven <ovek@arcticnet.no>
Sat, 19 Jun 1999 08:44:05 +0000 (08:44 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Sat, 19 Jun 1999 08:44:05 +0000 (08:44 +0000)
the other Unicode problem the first time around...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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);