A few small fixes for cross compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Harco de Hilster 1999-08-22 20:16:23 +00:00
parent 65045edde4
commit 916d0b6165
5 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#if wxUSE_HTML
#include <wx/window.h>
#include <wx/scrolwin.h>
#include <wx/config.h>
#include <wx/treectrl.h>
#include <wx/html/htmlwinparser.h>

View File

@ -20,6 +20,8 @@
// typedef unsigned int size_t;
#include <stddef.h>
#include "wx/setup.h"
#if !wxUSE_OWNER_DRAWN
#error "wxCheckListBox class requires owner-drawn functionality."
#endif

View File

@ -19,6 +19,7 @@
#include "wx/defs.h"
#include "wx/event.h"
#include "wx/dynarray.h"
#include "wx/msw/accel.h"
class WXDLLEXPORT wxMenuItem;
class WXDLLEXPORT wxMenuBar;

View File

@ -17,6 +17,8 @@
#endif
#include "wx/setup.h"
#include "wx/colour.h"
#include "wx/font.h"
#define wxSYS_WHITE_BRUSH 0
#define wxSYS_LTGRAY_BRUSH 1

View File

@ -17,6 +17,7 @@
#endif
#include "wx/control.h"
#include "wx/icon.h"
WXDLLEXPORT_DATA(extern const wxChar*) wxStaticBitmapNameStr;