Skip to content

Commit

Permalink
Update node-pty+1.0.0.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 6, 2025
1 parent 2008f30 commit fe376a4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/patches/node-pty+1.0.0.patch
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
diff --git a/node_modules/node-pty/binding.gyp b/node_modules/node-pty/binding.gyp
index 79a93e7..efb0a3f 100644
--- a/node_modules/node-pty/binding.gyp
+++ b/node_modules/node-pty/binding.gyp
@@ -18,6 +18,9 @@
]
}
},
+ 'defines': [
+ 'NOMINMAX'
+ ]
}],
],
},
diff --git a/node_modules/node-pty/src/win/winpty.cc b/node_modules/node-pty/src/win/winpty.cc
index b054dee..a094b1c 100644
--- a/node_modules/node-pty/src/win/winpty.cc
Expand Down

0 comments on commit fe376a4

Please sign in to comment.