]> Nishi Git Mirror - libw3.git/commitdiff
fixed winsock warning
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 26 Jan 2024 23:16:46 +0000 (23:16 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 26 Jan 2024 23:16:46 +0000 (23:16 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@96 d27a3e52-49c5-7645-884c-6793ebffc270

Library/DNS.c
W3Version.h.p

index 4efabfbc0092f86337213d7ffc5a8edb168750f6..c04a5e2978de41235d293f851b120671ff9fb8f4 100644 (file)
@@ -7,8 +7,8 @@
 #include <string.h>
 
 #ifdef __MINGW32__
-#include <windows.h>
 #include <winsock2.h>
+#include <windows.h>
 #include <ws2tcpip.h>
 #else
 #include <netdb.h>
index 553d7a17130a416dbfcc00bafd7ebee60c819f10..6f0febad96fc6f97e4d433f0ad2e35306c55dbb6 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#define LIBW3_VERSION "1.5B" \
+#define LIBW3_VERSION "1.5C" \
 SUFFIX
 
 #ifdef __cplusplus