Unicode fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven
1999-06-19 08:12:26 +00:00
parent a5e0b1e83d
commit d9a451ce33

View File

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