Yes, as Chris said, his area is the whole file. You can use a specific keyword anywhere in the file.
those.;
#define something ... some code ...
and in any method, class or namespace you can use it like:
#if something ... some conditional code ... #else ... otherwise ... #endif
Ali Ersöz
source share