msvcrt: Use a separate stack for back references to names
commit262a5eec7873a3890c044650b950cb532fa368a0
authorMichael Stefaniuc <mstefani@redhat.de>
Mon, 20 Feb 2006 10:18:04 +0000 (20 11:18 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 20 Feb 2006 10:18:04 +0000 (20 11:18 +0100)
treed2886dffbb24212c4629e81b9c8e66dfd5446dc3
parente367ebbf19d7d0531bbb28de9cf35d8aa46b5c2b
msvcrt: Use a separate stack for back references to names
Use a separate array/stack for the back references to names as
sym->stack is used to push temporary strings to it which breaks back
referencing in some occasions (26 symbols in the mfc42 dll).  During
this cleanup get_class() a little bit.
dlls/msvcrt/undname.c