mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
nsis: Correct building on NSIS 3.0
LVM_GETITEMCOUNT and LVM_GETITEMTEXT are already defined post NSIS 3.0.
This commit is contained in:
parent
fd227f6492
commit
0c1fa6a765
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user