nsis: Correct building on NSIS 3.0

LVM_GETITEMCOUNT and LVM_GETITEMTEXT are already defined post NSIS 3.0.
This commit is contained in:
Tohka 2018-07-07 18:08:41 +03:00 committed by rdb
parent fd227f6492
commit 0c1fa6a765

View File

@ -1239,8 +1239,13 @@ done:
FunctionEnd
!ifndef LVM_GETITEMCOUNT
!define LVM_GETITEMCOUNT 0x1004
!endif
!ifndef LVM_GETITEMTEXT
!define LVM_GETITEMTEXT 0x102D
!endif
Function DumpLog
Exch $5