From 6c00e46fa83e3a9c0e76a76f15522a10b3a5c67f Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Sat, 19 Jun 1999 08:44:05 +0000 Subject: [PATCH] Because someone was inconsistent about using LPSTR and char*, I missed 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.45.2