Index: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp =================================================================== --- source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp @@ -3260,7 +3260,7 @@ } return error; } -#if defined(__APPLE__) +#ifndef _WIN32 #define USE_SOCKETPAIR_FOR_LOCAL_CONNECTION 1 #endif