Re: Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set

2001-03-20 Thread Dmitry Timoshkov
"Alexandre Julliard" [EMAIL PROTECTED] wrote: I think it would be better to keep the existing support for native dlls, and simply fall back to loading the builtin library if SearchPath fails. Does the attached patch look as applicable? module.c.diff

Re: wine: debugtools.c:210: wine_dbg_vprintf: Assertion failed

2001-03-20 Thread Rein Klazes
On Wed, 21 Mar 2001 00:07:16 +0800, you wrote: Hello all. I have this very strange situation: Debugging with +relay,+win,+region,+message has revealed: ... Call user32.18: CallNextHookEx(4b483218,,0001,405a3f40) ret=3d1010fe fs=008f Ret user32.18: CallNextHookEx()

Re: Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set

2001-03-20 Thread Alexandre Julliard
"Dmitry Timoshkov" [EMAIL PROTECTED] writes: Does the attached patch look as applicable? Yep, looks good. -- Alexandre Julliard [EMAIL PROTECTED]