Better wxFile support, warning fixes and minor source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -901,7 +901,8 @@ void rc2xml::FirstPass()
|
||||
|
||||
void rc2xml::ParseBitmap(wxString varname)
|
||||
{
|
||||
wxString token,*bitmapfile;
|
||||
wxString token;
|
||||
wxString *bitmapfile;
|
||||
|
||||
token=PeekToken();
|
||||
//Microsoft notation?
|
||||
@@ -1138,7 +1139,8 @@ void rc2xml::ParseIconStatic()
|
||||
//IDR_MAINFRAME ICON DISCARDABLE "res\\mfcexample.ico"
|
||||
void rc2xml::ParseIcon(wxString varname)
|
||||
{
|
||||
wxString token,*iconfile;
|
||||
wxString token;
|
||||
wxString *iconfile;
|
||||
iconfile=new wxString;
|
||||
token=PeekToken();
|
||||
|
||||
|
Reference in New Issue
Block a user