Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
#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
♦