Skip to content

Commit

Permalink
ok correct define
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed May 9, 2024
1 parent f8524c0 commit c15d745
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
'OTHER_CFLAGS': [
'-w'
],
},
'defines': [
}

}],
['OS=="win"', {
'defines': [
# Stop <windows.h> from defining macros that conflict with
# std::min() and std::max(). We don't use <windows.h> (much)
# but we still inherit it from uv.h.
Expand Down

0 comments on commit c15d745

Please sign in to comment.