X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f80ea77b4a8bac4ab005bfc592f9cd3262ffa397..65baafba0e8cd74f2264b7e2f7625ff5bea84864:/contrib/utils/convertrc/rc2xml.h diff --git a/contrib/utils/convertrc/rc2xml.h b/contrib/utils/convertrc/rc2xml.h index 0481665f4b..e4d458059d 100644 --- a/contrib/utils/convertrc/rc2xml.h +++ b/contrib/utils/convertrc/rc2xml.h @@ -6,8 +6,8 @@ #define RC2XML_H #include "wx/file.h" -#include -#include +#include "wx/ffile.h" +#include "wx/list.h" class rc2xml : public wxObject @@ -58,10 +58,10 @@ protected: void ParseRadioButton(wxString phrase,wxString varname); void ParseCheckBox(wxString phrase,wxString varname); void ParsePushButton(wxString phrase, wxString varname); - bool Seperator(int ch); + bool Separator(int ch); void ParseGroupBox(wxString phrase, wxString varname); bool ReadRect(int & x, int & y, int & width, int & height); - wxString GetToken(bool *listseperator = 0); + wxString GetToken(bool *listseparator = 0); wxString GetQuoteField(); wxString GetStringQuote(); void ReadChar(int &ch); @@ -87,7 +87,7 @@ protected: wxList * m_resourcelist; wxFile m_rc; wxFFile m_xmlfile; - int m_filesize; + wxFileOffset m_filesize; bool m_done; };