Misprint in ZPlainMysqlFunc.inc found
Posted: 29.08.2008, 16:49
Line 265 of ZPlainMysqlFunc.inc doesn't have compiler directive
at it's end which made impossible to call the function: mysql_shutdown.
Please, put this directive back
Code: Select all
{$IFNDEF UNIX} stdcall {$ELSE} cdecl {$ENDIF};
Please, put this directive back