Ove Kaaven <[EMAIL PROTECTED]> writes:
> Uh... and does it also make sense? It would be reasonable to equate
> "allocated by VirtualAlloc" == !VFLAG_SYSTEM
No, file mappings allocate memory too. The idea of the new flag is to
make VirtualFree fail on file mappings; it has nothing to do with
VFLAG_SYSTEM.
> (Or am I becoming annoying here? (Hey, what happened to the last
> signal_i386 patch?))
Since you mention it... I still think we shouldn't unblock all signals
unconditionally. Would you mind redoing it and unblock only the
signals we know about? (i.e. the ones we install handlers for)
--
Alexandre Julliard
[EMAIL PROTECTED]