compile fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -253,6 +253,13 @@
|
|||||||
* Use this control
|
* Use this control
|
||||||
*/
|
*/
|
||||||
#define wxUSE_TOOLBAR 0
|
#define wxUSE_TOOLBAR 0
|
||||||
|
|
||||||
|
#ifdef __WXWINE__
|
||||||
|
#if wxUSE_TOOLBAR
|
||||||
|
#define wxUSE_BUTTONBAR
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use this control
|
* Use this control
|
||||||
*/
|
*/
|
||||||
|
@@ -82,7 +82,7 @@ class wxDllLoader
|
|||||||
static void * GetSymbol(wxDllType dllHandle, const wxString &name);
|
static void * GetSymbol(wxDllType dllHandle, const wxString &name);
|
||||||
private:
|
private:
|
||||||
/// forbid construction of objects
|
/// forbid construction of objects
|
||||||
wxDllLoader()
|
wxDllLoader();
|
||||||
};
|
};
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user