X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94dadb0a8e9436ec12b6831c5fc8cbc9ab9133e5..b39fc8d7b1b853cb15f39d51617214b7b90a8872:/contrib/utils/convertrc/rc2xml.cpp diff --git a/contrib/utils/convertrc/rc2xml.cpp b/contrib/utils/convertrc/rc2xml.cpp index 84fbe9bc01..17fc4cebf7 100644 --- a/contrib/utils/convertrc/rc2xml.cpp +++ b/contrib/utils/convertrc/rc2xml.cpp @@ -12,13 +12,9 @@ trans->Convert("Myfile.rc","Myfile.xml"); 1. Figure how to fix memory leaks in all wxLists in this class 2. Find a way to rename MS Windows fonts so that they work cross platform (wxGTK,etc) -3. Be able to abort incorrectly formated files without crashing +3. Be able to abort incorrectly formatted files without crashing */ -#ifdef __GNUG__ -#pragma implementation "rc2xml.h" -#endif - // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h"