Repaired relay debugging.

oldstable
Alexandre Julliard 2000-11-10 20:49:07 +00:00
parent 64e0ded1e0
commit 99b25c50c5
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ static void load_library( void *base, const char *filename )
}
TRACE( "loaded %s %p %x\n", filename, wm, module );
wm->refCount++; /* we don't support freeing builtin dlls (FIXME)*/
/* setup relay debugging entry points */
if (TRACE_ON(relay)) RELAY_SetupDLL( (void *)module );
}