Github user matlo607 commented on the issue: https://github.com/apache/qpid-proton/pull/154 Actually everything looks correct in the C code. Here below is the result of `git grep WIN32`. ``` CMakeLists.txt:382: if(WIN32) c/CMakeLists.txt:22:if(WIN32 AND NOT CYGWIN) c/CMakeLists.txt:25:endif(WIN32 AND NOT CYGWIN) c/CMakeLists.txt:380: if(WIN32 AND NOT CYGWIN) c/CMakeLists.txt:387: endif(WIN32 AND NOT CYGWIN) c/examples/CMakeLists.txt:40:if(WIN32) c/examples/broker.c:38:#if defined(_WIN32) c/examples/send-ssl.c:54:#if defined(_WIN32) CMakeLists.txt:382: if(WIN32) c/CMakeLists.txt:22:if(WIN32 AND NOT CYGWIN) c/CMakeLists.txt:25:endif(WIN32 AND NOT CYGWIN) c/CMakeLists.txt:380: if(WIN32 AND NOT CYGWIN) c/CMakeLists.txt:387: endif(WIN32 AND NOT CYGWIN) c/examples/CMakeLists.txt:40:if(WIN32) c/examples/broker.c:38:#if defined(_WIN32) c/examples/send-ssl.c:54:#if defined(_WIN32) CMakeLists.txt:382: if(WIN32) c/CMakeLists.txt:22:if(WIN32 AND NOT CYGWIN) c/CMakeLists.txt:25:endif(WIN32 AND NOT CYGWIN) c/CMakeLists.txt:380: if(WIN32 AND NOT CYGWIN) c/CMakeLists.txt:387: endif(WIN32 AND NOT CYGWIN) c/examples/CMakeLists.txt:40:if(WIN32) c/examples/broker.c:38:#if defined(_WIN32) c/examples/send-ssl.c:54:#if defined(_WIN32) c/examples/thread.h:24:#ifdef _WIN32 c/include/proton/import_export.h:36:#if defined(_WIN32) && !defined(PROTON_DECLARE_STATIC) c/include/proton/import_export.h:69:# if defined(_WIN32) c/include/proton/selectable.h:59:#if defined(_WIN32) && ! defined(__CYGWIN__) c/src/reactor/io/windows/io.c:23:#ifndef _WIN32_WINNT c/src/reactor/io/windows/io.c:24:#define _WIN32_WINNT 0x0501 c/src/reactor/io/windows/io.c:26:#if _WIN32_WINNT < 0x0501 c/src/reactor/io/windows/iocp.c:22:#ifndef _WIN32_WINNT c/src/reactor/io/windows/iocp.c:23:#define _WIN32_WINNT 0x0501 c/src/reactor/io/windows/iocp.c:25:#if _WIN32_WINNT < 0x0501 c/src/reactor/io/windows/selector.c:22:#ifndef _WIN32_WINNT c/src/reactor/io/windows/selector.c:23:#define _WIN32_WINNT 0x0501 c/src/reactor/io/windows/selector.c:25:#if _WIN32_WINNT < 0x0501 c/src/reactor/io/windows/write_pipeline.c:30:#ifndef _WIN32_WINNT c/src/reactor/io/windows/write_pipeline.c:31:#define _WIN32_WINNT 0x0501 c/src/reactor/io/windows/write_pipeline.c:33:#if _WIN32_WINNT < 0x0501 c/src/ssl/openssl.c:33:#ifndef _WIN32_WINNT c/src/ssl/openssl.c:34:#define _WIN32_WINNT 0x0501 c/src/ssl/openssl.c:36:#if _WIN32_WINNT < 0x0501 c/src/ssl/openssl.c:1531:#ifdef _WIN32 c/src/ssl/schannel.c:46:#define SECURITY_WIN32 c/src/ssl/schannel.c:50:#undef SECURITY_WIN32 c/tests/CMakeLists.txt:76: if(WIN32) c/tests/CMakeLists.txt:78: else(WIN32) c/tests/CMakeLists.txt:80: endif(WIN32) c/tests/proactor.c:700:#if defined(_WIN32) c/tests/proactor.c:1095:#if !defined(_WIN32) c/tests/ssl.c:67:#if !defined(_WIN32) c/tests/thread.h:24:#ifdef _WIN32 c/tools/include/pncompat/misc_defs.h:42:#elif !defined(_WIN32) || defined (__CYGWIN__) c/tools/include/pncompat/misc_funcs.inc:41:#if defined(_WIN32) && ! defined(__CYGWIN__) c/tools/include/pncompat/misc_funcs.inc:45:#if defined(_WIN32) && ! defined(__CYGWIN__) cpp/examples/CMakeLists.txt:108: if(WIN32) cpp/examples/CMakeLists.txt:110: else(WIN32) cpp/examples/CMakeLists.txt:112: endif(WIN32) ```
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org