it's WIN32_LEAN_AND_MEAN, not WIN32_MEAN_AND_LEAN and it makes build fail anyway
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4954 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e80b4d084c
commit
c1c68544e0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ BuildUtil(
|
|||
res = res,
|
||||
resources = resources,
|
||||
entry = 'WinMain',
|
||||
defines = ['WIN32_MEAN_AND_LEAN', 'RELEASE=2.2'],
|
||||
defines = ['RELEASE=2.2'],
|
||||
docs = docs,
|
||||
root_util = True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue