use True/False instead of 1/0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4270 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0536d2a029
commit
9929eb7120
5 changed files with 19 additions and 19 deletions
|
@ -41,6 +41,6 @@ BuildPlugin(
|
|||
examples,
|
||||
docs,
|
||||
entry = '_DllMainCRTStartup',
|
||||
nodeflib = 0,
|
||||
nodeflib = False,
|
||||
defines = ['SYSTEM_EXPORTS']
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue