top,
right,
bottom;
- char szHlpTopic_Macro[65];
+ wxChar szHlpTopic_Macro[65];
bool IsVisible;
};
// 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