Unknown From Oxygen previous page next page #ifdef ACTION: include code if symbol already defined USE: to allow blocks of code to be included or omitted at compile time EXAMPLE: #ifdef MSWIN #include "windows.inc" #endif RELATED: #if #elseif #endif previous page start next page