Undefines any definition currently in effect for the specified symbol.
Windows: Preprocessor > Undefine
Preprocessor Definitions
Linux: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | None |
Windows: | /undefine:name |
name | Is the name of the symbol to be undefined. |
OFF | Symbol definitions are in effect until they are undefined. |
This option undefines any definition currently in effect for the specified symbol.
To undefine all previously defined preprocessor values, use the /u option.
Linux: -Uname
Windows: /Uname
u (Windows) compiler option