X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f80ea77b4a8bac4ab005bfc592f9cd3262ffa397..b808efdb885aa82a6c34a8278119bae63c7f4183:/contrib/utils/convertrc/rc2xml.h diff --git a/contrib/utils/convertrc/rc2xml.h b/contrib/utils/convertrc/rc2xml.h index 0481665f4b..dba5808e2b 100644 --- a/contrib/utils/convertrc/rc2xml.h +++ b/contrib/utils/convertrc/rc2xml.h @@ -5,6 +5,10 @@ #if !defined(RC2XML_H) #define RC2XML_H +#ifdef __GNUG__ +#pragma interface "rc2xml.h" +#endif + #include "wx/file.h" #include #include @@ -87,7 +91,7 @@ protected: wxList * m_resourcelist; wxFile m_rc; wxFFile m_xmlfile; - int m_filesize; + wxFileOffset m_filesize; bool m_done; };