From d9a451ce336b747919cc2e9efc035aaf4ae460b4 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Sat, 19 Jun 1999 08:12:26 +0000 Subject: [PATCH] Unicode fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2829 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 1ec5056e90..f2c70ccc1f 100644 --- a/include/wx/msw/curicop.h +++ b/include/wx/msw/curicop.h @@ -58,6 +58,6 @@ struct tagICONFILERES { typedef struct tagICONFILERES ICONFILERES; -HANDLE ReadIcon( char *szFileName, int *W = 0, int *H = 0); +HANDLE ReadIcon( wxChar *szFileName, int *W = 0, int *H = 0); HICON MakeIcon( HANDLE hDIB, HINSTANCE hInst); -- 2.45.2