Directives

The resource directives are special statements that define actions to perform on the file before it is compiled. The directives can assign values to names, include the contents of files, and control compilation of the file.

#include filename

rcinclude filename

  • define name value

  • undef name

  • ifdef name

  • ifndef name

  • if constant expression

  • elif constant expression

  • else

  • endif


    [Back: RCDATA statement]
    [Next: Multiple-Line Statements]