Skip to content

Commit

Permalink
Adding "_WIN32_WINNT=_WIN32_WINNT_VISTA" to compile defines
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bresnahan committed Mar 30, 2020
1 parent 4556837 commit 6def808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions port/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ PLATFORM_DEFINES = select({
"//:windows": [
"OS_WIN",
"NPERF_CONTEXT",
"_WIN32_WINNT=_WIN32_WINNT_VISTA",
],
"//conditions:default": [],
})
Expand Down

0 comments on commit 6def808

Please sign in to comment.