In a C/C++ macro definition like this one
#ifndef WIN32 # define WIN33 #endif
'define' is not recognized as a keyword by webcpp. Such indents are allowed by the standards.
Log in to post a comment.