This is not the right fix... I will revert these
changes when i come up
with a proper fix. I also dont understand how this can fix bug 805
(eternal loop in thread windows cleanup routine). Even with your changes
the eternal loop is still there, it just doesnt run out of stack?
G.
hbirr(a)svn.reactos.com wrote:
Don't use alloca in a macro, which may be
used in a loop. This does
fix bug #805.
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
It does not fix the endless loop. It does exactly what the comment says. UserRefObjectCo
was a nice example for code,
which never should be in a macro.
- Hartmut