Share

FreeCLX

Tracker: Bugs

5 Missing cdecl for globfree - ID: 423667
Last Update: Tracker Item Submitted ( mvancanneyt )

The globfree function definition in the Libc unit
has a missing 'cdecl' modifier.

Any attempt to use the function as defined in Libc results in stack
corruption, causing program crashes.

The following declaration is working fine for me:

Procedure globfree(__pglob: PGlobData);cdecl;external libcmodulename name
'globfree';


Michael Van Canneyt ( mvancanneyt ) - 2001-05-13 08:28

5

Open

None

Nobody/Anonymous

None

None

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.