14.02.2014, 03:27
You'd come back again with a bug soon!!You are supposed to add #endif after #if.The pre-processor uses #if and #endif to identify code blocks.
#if = { and #endif }
The error you are getting is just same as not closing a if code block.
#if = { and #endif }
The error you are getting is just same as not closing a if code block.