]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/rtfutils.cpp
Define SF_UNICODE if undefined
[wxWidgets.git] / utils / tex2rtf / src / rtfutils.cpp
index 3a596413a86cd2d8fa6b9f4bcfca34da06891161..49c710c82ac5f340f1d4dfe0986ef9e10ba0faa5 100644 (file)
@@ -5090,6 +5090,9 @@ bool RTFOnArgument(int macroId, int arg_no, bool start)
 
 bool RTFGo(void)
 {
+  if (stopRunning)
+      return FALSE;
+
   // Reset variables
   indentLevel = 0;
   forbidParindent = 0;
@@ -5164,6 +5167,9 @@ bool RTFGo(void)
 
     SetCurrentOutput(Chapters);
 
+    if (stopRunning)
+        return FALSE;
+
     OnInform("Converting...");
 
     TraverseDocument();