07.03.2013, 20:41
why if i do this
and then use mysql_function_query
the compiling process never end for me?
pawn Код:
native mysql_function_query(connectionHandle, query[], bool:cache, callback[], format[], {Float,_}:...);
#define LOAD_mysql_function_query(%1) \
if(!LoadInfo[Loaded]) LoadInfo[Query]++;\
mysql_function_query(%1)
#if defined _ALS_mysql_function_query
#undef mysql_function_query
#else
#define _ALS_mysql_function_query
#endif
#define mysql_function_query LOAD_mysql_function_query
the compiling process never end for me?