]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/readshg.h
unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTHELP in a single wxWS_EX_CONTEX...
[wxWidgets.git] / utils / tex2rtf / src / readshg.h
index b26d4fea092daaa8b439cd3d629b30ed122ad02b..f710f3a34133002771748de7e719b5d1bf978e0a 100644 (file)
@@ -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