Undefines any definition currently in effect for the specified macro.
Windows: None
Linux: Preprocessor > Undefine Preprocessor Definitions
Mac OS: Preprocessor > Undefine Preprocessor Definitions
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | -Uname |
Windows: | /Uname |
name | Is the name of the macro to be undefined. |
OFF | Symbol definitions are in effect until they are undefined. |
This option undefines any definition currently in effect for the specified macro. It is equivalent to a #undef preprocessing directive.
None
Building Applications: About Preprocessor Options