]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/xlputils.cpp
Small correction: add WINDOWSLDLIBS when linking an executable.
[wxWidgets.git] / utils / tex2rtf / src / xlputils.cpp
index 8b82f5ac7abc603dba464862333c5f6025acd154..217f0416c953ab1d268af3f9387339ba3a71f360 100644 (file)
@@ -1195,7 +1195,7 @@ bool XLPGo(void)
     fclose(Subsubsections); Subsubsections = NULL;
     fclose(Index); Index = NULL;
 
-    if (FileExists(ContentsName)) wxRemoveFile(ContentsName);
+    if (wxFileExists(ContentsName)) wxRemoveFile(ContentsName);
 
     if (!wxRenameFile(TmpContentsName, ContentsName))
     {