Reference/!undef: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "=!undef= gflag Removes an item from the global define list. Note that ${SYMBOL} where SYMBOL is undefined will be translated to "${SYMBOL}". <highlight-nsis>!define SOMETH...")
(No difference)

Revision as of 15:02, 27 May 2013

!undef

gflag

Removes an item from the global define list. Note that ${SYMBOL} where SYMBOL is undefined will be translated to "${SYMBOL}".

!define SOMETHING
!undef SOMETHING