Corrected (maybe) the object.h token syntax; corrected typo in makefile.g95

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-01-04 14:18:59 +00:00
parent 44b62d54c6
commit abad53678b
5 changed files with 6 additions and 4 deletions

View File

@@ -252,9 +252,11 @@ bool wxApp::Initialize()
;
#endif // Win16
#if wxUSE_OLE
// we need to initialize OLE library
if ( FAILED(::OleInitialize(NULL)) )
wxLogError(_("Cannot initialize OLE"));
#endif
#endif // wxUSE_OLE