MT support.

This commit is contained in:
Vitor Santos Costa 2012-06-29 15:35:52 -05:00
parent 47d6cd795e
commit ab9fd00096
1 changed files with 1 additions and 1 deletions

2
C/load_dll.c Normal file → Executable file
View File

@ -62,7 +62,7 @@ static Int
LoadForeign(StringList ofiles, StringList libs,
char *proc_name, YapInitProc *init_proc)
{
CACHE_REGS
while (ofiles) {
HINSTANCE handle;