The #endif macro closes a condition macro block opened by #if, #ifdef, #ifndef, or #ifexist. The #endif must be in the same file the open macro occurred in.
#ifdef variable // conditional block #endif