]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/curicop.h
1. wxChoice and wxComboBox support client data under MSW
[wxWidgets.git] / include / wx / msw / curicop.h
index 1ec5056e902017b31634e9529c9774ca449d7377..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);
 
@@ -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);