Applied patch [ 867187 ] wxWindows-like markup in TEX2RTF tool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user