Only use Unix sockets API under Unix in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Jun 2012 23:23:11 +0000 (23:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Jun 2012 23:23:11 +0000 (23:23 +0000)
commit6114fa035095cbc714bed6c8bfee5bb97599d071
treee5c7772485c202e4efa0df230845c79ac9b4c916
parent0090b737ff36c419accb9a801dc633e89fb630df
Only use Unix sockets API under Unix in wxGTK.

wxGTK can now be used under Windows where Unix sockets are not available, add
a __UNIX__ preprocessor check.

Closes #14407.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/sockgtk.cpp