]> The Tcpdump Group git mirrors - libpcap/commitdiff
Renamed Wspiapi.h to wspiapi.h 621/head
authorAli Abdulkadir <[email protected]>
Wed, 20 Sep 2017 11:17:42 +0000 (14:17 +0300)
committerAli Abdulkadir <[email protected]>
Wed, 20 Sep 2017 11:17:42 +0000 (14:17 +0300)
nametoaddr.c
scanner.l

index af21b52fa940ea171e75d0c24cee73b3e7b888c0..2336a0e712f8be9521c0834ac62850d25a99eec6 100644 (file)
@@ -57,7 +57,7 @@
      *
      * We use getaddrinfo(), so we include Wspiapi.h here.
      */
-    #include <Wspiapi.h>
+    #include <wspiapi.h>
   #endif /* INET6 */
 #else /* _WIN32 */
   #include <sys/param.h>
index 54ce93dbd33ce126c2b01ca92583756745448350..0744b2095669f80ebe65012a80e0b41c7a9c446f 100644 (file)
--- a/scanner.l
+++ b/scanner.l
@@ -124,7 +124,7 @@ void pcap_set_column(int, yyscan_t);
  *
  * We use getaddrinfo(), so we include Wspiapi.h here.
  */
-#include <Wspiapi.h>
+#include <wspiapi.h>
 #else /* _WIN32 */
 #include <sys/socket.h>        /* for "struct sockaddr" in "struct addrinfo" */
 #include <netdb.h>     /* for "struct addrinfo" */