]> git.saurik.com Git - wxWidgets.git/commitdiff
Reverted setting WS_VISIBLE to 0, too many undesired side effects.
authorStefan Neis <Stefan.Neis@t-online.de>
Thu, 18 Mar 2004 10:49:58 +0000 (10:49 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Thu, 18 Mar 2004 10:49:58 +0000 (10:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/private.h

index 28b1ed31bf036bed243b7e3c39febfa63e4a05bd..56dbccab5fae8727518538d54c8ba4684b6d762b 100644 (file)
@@ -34,9 +34,6 @@
  typedef SPBCDATA *PSPBCDATA;
 #endif
 
-#undef WS_VISIBLE
-#define WS_VISIBLE 0
-
 #include "wx/fontenc.h"
 
 class WXDLLEXPORT wxFont;