X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a29912f608e082001ee53b9873323c4bcd71f21..b271d60d6a009930d80092a8cb534a5df19fc99b:/utils/tex2rtf/src/readshg.h diff --git a/utils/tex2rtf/src/readshg.h b/utils/tex2rtf/src/readshg.h index b26d4fea09..f710f3a341 100644 --- a/utils/tex2rtf/src/readshg.h +++ b/utils/tex2rtf/src/readshg.h @@ -46,7 +46,7 @@ struct HotSpot top, right, bottom; - char szHlpTopic_Macro[65]; + wxChar szHlpTopic_Macro[65]; bool IsVisible; }; @@ -55,10 +55,10 @@ struct HotSpot // HotSpots *array; // int n = ParseSHG("thing.shg", &array); -extern int ParseSHG( const char* fileName, HotSpot **hotspots); +extern int ParseSHG( const wxChar* fileName, HotSpot **hotspots); // Converts Windows .SHG file to HTML map file -extern bool SHGToMap(char *filename, char *defaultFile); +extern bool SHGToMap(wxChar *filename, wxChar *defaultFile); #endif