]> git.saurik.com Git - wxWidgets.git/commitdiff
removed accidentally left #ifdef WATCOM
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Apr 2003 22:11:42 +0000 (22:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Apr 2003 22:11:42 +0000 (22:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/private.h

index b37696a24760e198507c9964ae4a1931979ef44f..7f26ece1cb627dd44eb12289be577c3574cb19c1 100644 (file)
@@ -398,8 +398,6 @@ private:
    DECLARE_NO_COPY_CLASS(SelectInHDC)
 };
 
-#ifdef __WATCOM__
-
 // when working with global pointers (which is unfortunately still necessary
 // sometimes, e.g. for clipboard) it is important to unlock them exactly as
 // many times as we lock them which just asks for using a "smart lock" class
@@ -439,7 +437,6 @@ private:
     DECLARE_NO_COPY_CLASS(GlobalPtr)
 };
 
-#endif //__WATCOM__
 // ---------------------------------------------------------------------------
 // macros to make casting between WXFOO and FOO a bit easier: the GetFoo()
 // returns Foo cast to the Windows type for oruselves, while GetFooOf() takes