summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Bonazzola <sandro.bonazzola@gmail.com>2018-12-21 10:18:33 +0000
committerSandro Bonazzola <sandro.bonazzola@gmail.com>2018-12-21 10:18:33 +0000
commit170662a47c23d48122f1553d7ae9a710fc41fed5 (patch)
tree2a63acad093c4379ba5b307040a3db8a41320c05
parenta21d55134b3601c358f56a9c5b61f89100d498ad (diff)
Removed defines
-rw-r--r--DumpLog.nsh8
1 files changed, 0 insertions, 8 deletions
diff --git a/DumpLog.nsh b/DumpLog.nsh
index b86c25e..1cbcda0 100644
--- a/DumpLog.nsh
+++ b/DumpLog.nsh
@@ -1,11 +1,3 @@
-!ifndef LVM_GETITEMCOUNT
-!define LVM_GETITEMCOUNT 0x1004
-!endif
-!ifndef LVM_GETITEMTEXT
-!define LVM_GETITEMTEXT 0x102D
-!endif
-# For reference: https://stackoverflow.com/questions/29418718/nsis-intaller-lvm-getitemcount-already-defined
-
Function DumpLog
# For reference: http://nsis.sourceforge.net/Dump_log_to_file
Exch $5