]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/gauge.cpp
Minor Motif changes, made scrollsub sample work somehow.
[wxWidgets.git] / src / os2 / gauge.cpp
index 89d6f45340423bd45441c1ac1675190558866e0c..00ab8236bff185b5fc7f7f968cb61b8cc3550f5e 100644 (file)
@@ -9,7 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-// For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
@@ -47,7 +46,7 @@
 #define ZYZGS_3D        0x8000L     /* control will be 3D       */
 
 /* public function prototypes */
-BOOL _Optlink gaugeInit(HINSTANCE hInstance);
+// BOOL _Optlink gaugeInit(HINSTANCE hInstance);
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
@@ -65,8 +64,11 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID id,
 
     if ( !wxGaugeOS2Initialised )
     {
+//TODO:
+/*
       if (!gaugeInit((HINSTANCE) wxGetInstance()))
           wxFatalError("Cannot initalize Gauge library");
+*/
       wxGaugeOS2Initialised = TRUE;
     }