X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c8756b04ca1f38ab8cc988e6d0577f668a88bb7..19311d4e7c43a3f6243bf805c164fd76cada0386:/contrib/utils/convertrc/rc2xml.h?ds=sidebyside diff --git a/contrib/utils/convertrc/rc2xml.h b/contrib/utils/convertrc/rc2xml.h index 0b53937bff..edf6ba9551 100644 --- a/contrib/utils/convertrc/rc2xml.h +++ b/contrib/utils/convertrc/rc2xml.h @@ -10,7 +10,7 @@ #include -class rc2xml : public wxObject +class rc2xml : public wxObject { public: wxString m_workingpath; @@ -22,8 +22,8 @@ public: ~rc2xml(); protected: - wxString LookUpId(wxString id); - + wxString LookUpId(wxString id); + void ParseResourceHeader(); void WriteBitmap(wxString bitmapname); void ParseListCtrl(wxString label,wxString varname); @@ -37,7 +37,7 @@ protected: wxList * m_iconlist; void ParseIconStatic(); void ParseMenuItem(); - + //Functions bool SplitHelp(wxString msg, wxString &shorthelp, wxString &longhelp); bool LookUpString(wxString strid,wxString & st); @@ -87,7 +87,7 @@ protected: wxList * m_resourcelist; wxFile m_rc; wxFFile m_xmlfile; - int m_filesize; + wxFileOffset m_filesize; bool m_done; };