]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/rtfutils.h
Applied patch [ 867187 ] wxWindows-like markup in TEX2RTF tool
[wxWidgets.git] / utils / tex2rtf / src / rtfutils.h
index 9f2cf955dbb6209ac28d8dcc986ccd94957d949e..8eef489bf24e52a50422258493a0867500434851 100644 (file)
@@ -43,7 +43,7 @@ void Text2RTF(TexChunk *chunk);
  *
  */
 
-void PushEnvironmentStyle(char *style);
+void PushEnvironmentStyle(wxChar *style);
 
 void PopEnvironmentStyle(void);
 
@@ -51,10 +51,10 @@ 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);