Page 1 of 1

Misprint in ZPlainMysqlFunc.inc found

Posted: 29.08.2008, 16:49
by GeorgeKP
Line 265 of ZPlainMysqlFunc.inc doesn't have compiler directive

Code: Select all

{$IFNDEF UNIX} stdcall {$ELSE} cdecl {$ENDIF};
at it's end which made impossible to call the function: mysql_shutdown.

Please, put this directive back :)