Commit dff80760 authored by Yang Tse's avatar Yang Tse
Browse files

Fix case

parent dd3c1874
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ extern "C" {

/* ares_library_init error codes */
#define ARES_ELOADIPHLPAPI           21
#define ARES_EADDRGetNetworkParams   22
#define ARES_EADDRGETNETWORKPARAMS   22

/* Flag values */
#define ARES_FLAG_USEVC         (1 << 0)
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ static int ares_win32_init(void)
  if (!fpGetNetworkParams)
    {
      FreeLibrary(hnd_iphlpapi);
      return ARES_EADDRGetNetworkParams;
      return ARES_EADDRGETNETWORKPARAMS;
    }

  /*