From ddf03811d8b11f9cfcbe0fd5723757e7b6401291 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 24 Jan 2020 15:02:47 -0300 Subject: [PATCH] Fixing win32 package. --- win/pw3270.nsi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/pw3270.nsi.in b/win/pw3270.nsi.in index ced6f52..b8f75dd 100644 --- a/win/pw3270.nsi.in +++ b/win/pw3270.nsi.in @@ -300,7 +300,7 @@ Section "Uninstall" delete $SYSDIR\libipc3270.dll -!ifdef WITHHLLAPI +!ifdef WITHLIBHLLAPI delete $SYSDIR\libhllapi.dll delete $SYSDIR\hllapi.dll !endif @@ -347,7 +347,7 @@ Function .onInit #---[ Check HLLAPI Command line option ]------------------------------------------------------------- -!ifdef WITHHLLAPI +!ifdef WITHLIBHLLAPI Push $0 -- libgit2 0.21.2