force quoting to avoid problems with the parenthesis

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5818 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-12-09 23:06:03 +00:00
parent 316bfe61ae
commit 2d06f24c5d

View file

@ -35,7 +35,7 @@ defenv['STDCALL'] = '__attribute__((__stdcall__))'
### defines
defenv.Append(CPPDEFINES = {'NSISCALL' : '$STDCALL'})
defenv.Append(CPPDEFINES = {'NSISCALL' : ' $STDCALL'})
### helper functions