This relative header #include needs to use quotes. (#386)

Fix By: Jay Freeman (@saurik)
pull/391/head
Jay Freeman (saurik) 4 years ago committed by GitHub
parent c35f8ff507
commit 5ff0f6aa53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/lib/ares_library_init.h

@ -23,7 +23,7 @@
#ifdef USE_WINSOCK #ifdef USE_WINSOCK
#include <iphlpapi.h> #include <iphlpapi.h>
#include <ares_iphlpapi.h> #include "ares_iphlpapi.h"
typedef DWORD (WINAPI *fpGetNetworkParams_t) (FIXED_INFO*, DWORD*); typedef DWORD (WINAPI *fpGetNetworkParams_t) (FIXED_INFO*, DWORD*);
typedef BOOLEAN (APIENTRY *fpSystemFunction036_t) (void*, ULONG); typedef BOOLEAN (APIENTRY *fpSystemFunction036_t) (void*, ULONG);

Loading…
Cancel
Save