From 3ab14c038b580a2b91eef31070fed5926dd42e65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 9 Jan 2006 00:03:54 +0000 Subject: [PATCH] wxMGL bakefiled for OpenWatcom (needs bakefiles from CVS but compatible with bkl 0.1.9.X for other ports. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mgl/chkconf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wx/mgl/chkconf.h b/include/wx/mgl/chkconf.h index c8664d4b73..643aafdc64 100644 --- a/include/wx/mgl/chkconf.h +++ b/include/wx/mgl/chkconf.h @@ -61,6 +61,11 @@ # define wxUSE_SOCKETS 0 #endif /* wxUSE_SOCKETS */ +#if wxUSE_THREADS +# undef wxUSE_THREADS +# define wxUSE_THREADS 0 +#endif /* wxUSE_SOCKETS */ + #if wxUSE_PROTOCOL # undef wxUSE_PROTOCOL # define wxUSE_PROTOCOL 0 -- 2.50.0