|
Re: #define and #ifdef/endif
That should not work. #define statements, #ifdef, #endif, and anything starting with the # symbol are preprocessor directives. Therefore, they are not runtime code - they just tell the compiler how to compile. They do nothing at run time.
__________________
-
An ounce of perception is worth a pound of obscure.
|