Cured a bad assert in wxStatusBar; #ifdefed oleutils.cpp for VC++ 5.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-07-08 13:21:23 +00:00
parent c79064fbc3
commit b7346a70cf
5 changed files with 18 additions and 9 deletions

View File

@@ -41,7 +41,7 @@
#include <wx/msw/ole/uuid.h>
#include <wx/msw/ole/oleutils.h>
#ifndef __BORLANDC__
#if defined(_MSC_VER) && (_MSC_VER > 1000)
#include <docobj.h>
#endif