or not and
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2389 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
01b0fb71f0
commit
5fbadb7e97
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
!macro SelectSection SECTION
|
||||
Push $0
|
||||
SectionGetFlags "${SECTION}" $0
|
||||
IntOp $0 $0 & ${SF_SELECTED}
|
||||
IntOp $0 $0 | ${SF_SELECTED}
|
||||
SectionSetFlags "${SECTION}" $0
|
||||
Pop $0
|
||||
!macroend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue