changes to watcom makefiles for OpenWatcom

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-04-05 10:14:07 +00:00
parent 6344162a81
commit ddea7eb614
104 changed files with 1219 additions and 25148 deletions

View File

@@ -398,6 +398,9 @@ private:
DECLARE_NO_COPY_CLASS(SelectInHDC)
};
#ifdef __WATCOM__
//FIXME why does watcom dislike this ?? CE 05 April 2003
// 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
@@ -437,6 +440,7 @@ private:
DECLARE_NO_COPY_CLASS(GlobalHandle)
};
#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