#if defined(SYMANTEC) not skip when i use Dev C++

====================================================
void CG_Reset()
{
#if defined(SYMANTEC)

csetmode(C_ECHO, stdin);

#endif
}
====================================================

Hello,
I am using Dev C++ (os Windows) for compiling cpp file contain that code
and i got error message

[Error]'csetmode' was not declared in this scope

it is mean that the code is evaluated
isn't it should not be evaluated since i use Dev C++ not SYMANTEC?

thank you

junn-
Last edited on
Perhaps some #include file in your program has defined the name SYMANTEC?
umm.... i dont know yet :p
i'll check wheater it is defined already or not
Topic archived. No new replies allowed.