From 33689859bb8250f515c6e089e8b18e8ebf4837a7 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Thu, 18 Mar 2004 10:49:58 +0000 Subject: [PATCH] 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 --- include/wx/os2/private.h | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.50.0