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
This commit is contained in:
Stefan Neis
2004-03-18 10:49:58 +00:00
parent 9c63cc9daa
commit 33689859bb

View File

@@ -34,9 +34,6 @@
typedef SPBCDATA *PSPBCDATA; typedef SPBCDATA *PSPBCDATA;
#endif #endif
#undef WS_VISIBLE
#define WS_VISIBLE 0
#include "wx/fontenc.h" #include "wx/fontenc.h"
class WXDLLEXPORT wxFont; class WXDLLEXPORT wxFont;