partial fix for digital mars compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-09-01 12:54:58 +00:00
parent 805a614d5a
commit 1f4514b378
4 changed files with 10 additions and 2 deletions

View File

@@ -10,7 +10,9 @@
/////////////////////////////////////////////////////////////////////////////
#include <wx/wx.h>
#define wxUSE_DISPLAY 1
#if ! wxUSE_DISPLAY
#error "wxUSE_DISPLAY must be set to 1 in $WXWIN\lib\_sc\wx\setup.h"
#endif
#include <wx/display.h>
class TestApp : public wxApp