From 55bfe7dbabad89330cd8d67f48a16d4e41a39baf Mon Sep 17 00:00:00 2001 From: KIU Shueng Chuan Date: Sat, 5 Oct 2013 00:51:47 +0800 Subject: [PATCH] WinSock2.h filename should be all lowercase --- tests/test_system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_system.cpp b/tests/test_system.cpp index e8dab5cc..bbea6541 100644 --- a/tests/test_system.cpp +++ b/tests/test_system.cpp @@ -20,7 +20,7 @@ #include "testutil.hpp" #if defined (ZMQ_HAVE_WINDOWS) -# include +# include # include #else # include