mingw32 compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
#include "wx/control.h"
|
#include "wx/control.h"
|
||||||
#include "wx/icon.h"
|
#include "wx/icon.h"
|
||||||
|
#include "wx/bitmap.h"
|
||||||
|
|
||||||
WXDLLEXPORT_DATA(extern const wxChar*) wxStaticBitmapNameStr;
|
WXDLLEXPORT_DATA(extern const wxChar*) wxStaticBitmapNameStr;
|
||||||
|
|
||||||
|
@@ -12,14 +12,16 @@
|
|||||||
#ifndef _OWNERDRW_H
|
#ifndef _OWNERDRW_H
|
||||||
#define _OWNERDRW_H
|
#define _OWNERDRW_H
|
||||||
|
|
||||||
#include "wx/setup.h"
|
|
||||||
|
|
||||||
#if wxUSE_OWNER_DRAWN
|
#if wxUSE_OWNER_DRAWN
|
||||||
|
|
||||||
#ifdef __GNUG__
|
#ifdef __GNUG__
|
||||||
#pragma interface "ownerdrw.h"
|
#pragma interface "ownerdrw.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "wx/bitmap.h"
|
||||||
|
#include "wx/colour.h"
|
||||||
|
#include "wx/font.h"
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxOwnerDrawn - a mix-in base class, derive from it to implement owner-drawn
|
// wxOwnerDrawn - a mix-in base class, derive from it to implement owner-drawn
|
||||||
// behaviour
|
// behaviour
|
||||||
|
Reference in New Issue
Block a user