Minor changes to make files compile (return values); added resource.cpp.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -414,6 +414,8 @@ int wxPreviewControlBar::GetZoomControl(void)
|
||||
return (int)atoi(buf);
|
||||
}
|
||||
else return 0;
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -455,6 +457,8 @@ bool wxPreviewFrame::OnClose(void)
|
||||
}
|
||||
delete printPreview;
|
||||
return TRUE;
|
||||
#else
|
||||
return FALSE;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user