From ac3ac44d06f0bef7412892bf42952ec886181c3a Mon Sep 17 00:00:00 2001 From: Fabrizio Bertocci Date: Sat, 19 Jun 2021 19:40:05 +0200 Subject: [PATCH] Added LIBC_NT_IPHLPAPI to the target modules --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 68ed09649..f1c3f50cf 100644 --- a/Makefile +++ b/Makefile @@ -238,6 +238,7 @@ COSMOPOLITAN_OBJECTS = \ LIBC_DNS \ LIBC_SOCK \ LIBC_NT_WS2_32 \ + LIBC_NT_IPHLPAPI \ LIBC_NT_MSWSOCK \ LIBC_OHMYPLUS \ LIBC_X \