From fe376a48d8400d451a0684ef3d80f0b6069493cc Mon Sep 17 00:00:00 2001 From: Eugeny Date: Mon, 6 Jan 2025 15:31:30 +0100 Subject: [PATCH] Update node-pty+1.0.0.patch --- app/patches/node-pty+1.0.0.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/patches/node-pty+1.0.0.patch b/app/patches/node-pty+1.0.0.patch index 8c6dd041..6d8df5fb 100644 --- a/app/patches/node-pty+1.0.0.patch +++ b/app/patches/node-pty+1.0.0.patch @@ -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