tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] patch: LoadLibrary() fix


From: egodust
Subject: [Tinycc-devel] patch: LoadLibrary() fix
Date: Tue, 29 Apr 2008 13:46:28 +0100

Heyas,

Attached is a patch that makes sure LoadLibrary()/FreeLibrary() is
called as needed, it uses the DLLReference structure
that holds the dll name to hold a handle, the patch is on CVS

tccpe.c / resolve_sym() only calls LoadLibrary() once and reuses handles
tcc_delete() will call FreeLibrary() on all mapped dlls.

Regards,
Sam

Attachment: loadlibrary.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]