Misprint in ZPlainMysqlFunc.inc found

Code patches written by our users to solve certain "problems" that were not solved, yet.

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
GeorgeKP
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 28.08.2008, 14:50
Location: Russia, Moscow

Misprint in ZPlainMysqlFunc.inc found

Post 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 :)
Post Reply