Crossware

Table of Contents        Previous topic       Next topic       

C/C++ COMPILER->Compiler command line options->Define Identifier (/D)

The option /D[identifier] creates the identifier as a defined object.  Subsequent references to it using the preprocessor directives #ifdef or #if defined() will the return TRUE.