]> git.saurik.com Git - wxWidgets.git/commitdiff
compile fixes.
authorRobert Roebling <robert@roebling.de>
Mon, 7 Jun 1999 22:12:57 +0000 (22:12 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 7 Jun 1999 22:12:57 +0000 (22:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

acconfig.h
include/wx/dynlib.h

index 83bad20185b192af0b639d9e65c1416fd0419973..ff06fcf9d375d763227d11824ea3167834cb5025 100644 (file)
  * Use this control
  */
 #define wxUSE_TOOLBAR 0
+
+#ifdef __WXWINE__
+  #if wxUSE_TOOLBAR
+    #define wxUSE_BUTTONBAR
+  #endif
+#endif
+
 /*
  * Use this control
  */
index ec1b270bd320486bb00f519cf8e53061ff0e145e..b752cc3c748b2952ac9844e39892edc13d422250 100644 (file)
@@ -82,7 +82,7 @@ class wxDllLoader
    static void * GetSymbol(wxDllType dllHandle, const wxString &name);
  private:
    /// forbid construction of objects
-   wxDllLoader() 
+   wxDllLoader();
 };
 
 // ----------------------------------------------------------------------------