From 7c52e8ef9536f07246937a274fa69b7973df4b37 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Wed, 24 Dec 2003 04:39:05 +0000 Subject: [PATCH] wxCocoa: Enable wxSocket support using new CFSocket implementation from wxMac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 2 ++ configure.in | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 2d0c73cf71..6919efbb03 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -1775,6 +1775,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/statusbr.cpp src/generic/tabg.cpp src/generic/timer.cpp + + src/mac/gsockosx.c wx/cocoa/NSBox.h diff --git a/configure.in b/configure.in index 83e0084cc3..1c59809d24 100644 --- a/configure.in +++ b/configure.in @@ -4610,10 +4610,6 @@ if test "$wxUSE_SOCKETS" = "yes"; then AC_MSG_WARN([wxSocket not yet supported under MGL... disabled]) wxUSE_SOCKETS="no" fi - if test "$wxUSE_COCOA" = "1"; then - AC_MSG_WARN([wxSocket not yet supported under Cocoa... disabled]) - wxUSE_SOCKETS="no" - fi fi if test "$wxUSE_SOCKETS" = "yes"; then -- 2.45.2