Various wxUniversal/wxMicroWindows fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
class WXDLLEXPORT wxComboControl;
|
||||
class WXDLLEXPORT wxListBox;
|
||||
class WXDLLEXPORT wxPopupComboWindow;
|
||||
class WXDLLEXPORT wxTextCtrl;
|
||||
class WXDLLEXPORT wxButton;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// the actions supported by this control
|
||||
|
@@ -35,6 +35,9 @@ class WXDLLEXPORT wxMenu;
|
||||
class WXDLLEXPORT wxScrollBar;
|
||||
class WXDLLEXPORT wxTextCtrl;
|
||||
class WXDLLEXPORT wxWindow;
|
||||
#if wxUSE_GAUGE
|
||||
class WXDLLEXPORT wxGauge;
|
||||
#endif // wxUSE_GAUGE
|
||||
|
||||
#include "wx/string.h"
|
||||
#include "wx/gdicmn.h"
|
||||
|
@@ -55,7 +55,7 @@
|
||||
#define wxUSE_ZIPSTREAM 0
|
||||
#define wxUSE_ZLIB 0
|
||||
#define wxUSE_APPLE_IEEE 0
|
||||
#define wxUSE_FILE 0
|
||||
#define wxUSE_FILE 1
|
||||
#define wxUSE_FFILE 1
|
||||
#define wxUSE_TEXTFILE 0
|
||||
#define wxUSE_INTL 0
|
||||
@@ -135,7 +135,7 @@
|
||||
#define wxUSE_MS_HTML_HELP 0
|
||||
#define wxUSE_RESOURCES 0
|
||||
#define wxUSE_CONSTRAINTS 1
|
||||
#define wxUSE_CLIPBOARD 1
|
||||
#define wxUSE_CLIPBOARD 0
|
||||
#define wxUSE_DATAOBJ 1
|
||||
#define wxUSE_SPLINES 0
|
||||
#define wxUSE_DRAG_AND_DROP 0
|
||||
|
Reference in New Issue
Block a user