From cf3c3e93e57370eb5486961a4001242cab5c0c28 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Tue, 5 Jun 2018 09:08:01 +1000 Subject: [PATCH] Rebase against 11e3cf091d8ec70a9d6004ac6a51d5c827d9ddff No changes. This is to ensure the build includes the upstream dbghelp which include "wine/heap.h". --- patches/patchinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index a2f30276..e1f64cbd 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -52,7 +52,7 @@ usage() # Get the upstream commit sha upstream_commit() { - echo "185d9ee7ebf56e0663f715e532f2ee2c27289f12" + echo "11e3cf091d8ec70a9d6004ac6a51d5c827d9ddff" } # Show version information