Commit ddf03811d8b11f9cfcbe0fd5723757e7b6401291
1 parent
43db7be6
Exists in
v5.2
Fixing win32 package.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
win/pw3270.nsi.in
@@ -300,7 +300,7 @@ Section "Uninstall" | @@ -300,7 +300,7 @@ Section "Uninstall" | ||
300 | 300 | ||
301 | delete $SYSDIR\libipc3270.dll | 301 | delete $SYSDIR\libipc3270.dll |
302 | 302 | ||
303 | -!ifdef WITHHLLAPI | 303 | +!ifdef WITHLIBHLLAPI |
304 | delete $SYSDIR\libhllapi.dll | 304 | delete $SYSDIR\libhllapi.dll |
305 | delete $SYSDIR\hllapi.dll | 305 | delete $SYSDIR\hllapi.dll |
306 | !endif | 306 | !endif |
@@ -347,7 +347,7 @@ Function .onInit | @@ -347,7 +347,7 @@ Function .onInit | ||
347 | 347 | ||
348 | #---[ Check HLLAPI Command line option ]------------------------------------------------------------- | 348 | #---[ Check HLLAPI Command line option ]------------------------------------------------------------- |
349 | 349 | ||
350 | -!ifdef WITHHLLAPI | 350 | +!ifdef WITHLIBHLLAPI |
351 | 351 | ||
352 | Push $0 | 352 | Push $0 |
353 | 353 |