Skip to content

Commit be2d082

Browse files
committed
added native
1 parent e6142b2 commit be2d082

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • google/cloud/odbc/bq_driver/internal

google/cloud/odbc/bq_driver/internal/utils.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ extern "C" BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason,
373373
switch (ul_reason) {
374374
case DLL_PROCESS_ATTACH:
375375
g_hDllInstance = hModule;
376+
_putenv_s("GRPC_DNS_RESOLVER", "native");
376377
break;
377378
}
378379
return TRUE;

0 commit comments

Comments
 (0)