rc.hlp (Table of Contents; Topic list)
#endif (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
 
                   The Resource Compiler #endif Directive
 
#endif
 
The #endif directive marks the end of a conditional-compilation block
defined by a #ifdef directive. One #endif is required for each #if, #ifdef,
or #ifndef directive.
 
This directive has no arguments.
 
See Also
 
#elif, #else, #if, #ifdef, #ifndef