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
This commit is contained in:
David Elliott 2003-12-24 04:39:05 +00:00
parent a38b65ab35
commit 7c52e8ef95
2 changed files with 2 additions and 4 deletions

View File

@ -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
<!-- wxMac stuff used by wxCocoa: -->
src/mac/gsockosx.c
</set>
<set var="COCOA_HDR" hints="files">
wx/cocoa/NSBox.h

View File

@ -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