]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/app.h
test whether HAVE_VSWPRINTF is defined, not whether it's 0 or 1
[wxWidgets.git] / include / wx / os2 / app.h
index 8095ec921c2dba9ffaff98c2f6e41cbcf9565fc2..c97e1d4e939c36f30fe87402688f1a40fc34a8e0 100644 (file)
@@ -14,6 +14,7 @@
 
 #ifdef __WATCOMC__
 
+#include <types.h>
 #include <sys/ioctl.h>
 #include <sys/select.h>
 
@@ -72,10 +73,9 @@ public:
     virtual bool Initialize(int& argc, wxChar **argv);
     virtual void CleanUp(void);
 
-    virtual bool Initialized(void);
     virtual bool OnInitGui(void);
 
-    virtual bool Yield(bool onlyIfNeeded = FALSE);
+    virtual bool Yield(bool onlyIfNeeded = false);
     virtual void WakeUpIdle(void);
 
     virtual void SetPrintMode(int mode) { m_nPrintMode = mode; }
@@ -121,4 +121,3 @@ protected:
 };
 #endif
     // _WX_APP_H_
-