From: Stefan Neis Date: Thu, 18 Mar 2004 10:49:58 +0000 (+0000) Subject: Reverted setting WS_VISIBLE to 0, too many undesired side effects. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/33689859bb8250f515c6e089e8b18e8ebf4837a7 Reverted setting WS_VISIBLE to 0, too many undesired side effects. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/private.h b/include/wx/os2/private.h index 28b1ed31bf..56dbccab5f 100644 --- a/include/wx/os2/private.h +++ b/include/wx/os2/private.h @@ -34,9 +34,6 @@ typedef SPBCDATA *PSPBCDATA; #endif -#undef WS_VISIBLE -#define WS_VISIBLE 0 - #include "wx/fontenc.h" class WXDLLEXPORT wxFont;