*
*/
-void PushEnvironmentStyle(char *style);
+void PushEnvironmentStyle(wxChar *style);
void PopEnvironmentStyle(void);
void WriteEnvironmentStyles(void);
// Called on start/end of macro examination
-void DefaultRtfOnMacro(char *name, int no_args, bool start);
+void DefaultRtfOnMacro(wxChar *name, int no_args, bool start);
// Called on start/end of argument examination
-bool DefaultRtfOnArgument(char *macro_name, int arg_no, bool start);
+bool DefaultRtfOnArgument(wxChar *macro_name, int arg_no, bool start);
// Reset memory of which levels have 'books' (for WinHelp 4 contents file)
void ResetContentsLevels(int level);