winedbg: Proper handling of typedefs.
commite79085258bac22f3c8aad088bdf4923ce175b3b5
authorEric Pouech <eric.pouech@wanadoo.fr>
Sun, 18 Jun 2006 19:30:45 +0000 (18 21:30 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 Jun 2006 09:36:25 +0000 (20 11:36 +0200)
tree40bddba607c11e82416b69fec5f0e42b67d2846a
parentcb2e21ffb404a5a7f04af343f0dda26a89d7bfb3
winedbg: Proper handling of typedefs.

Added types_get_real_type() to get rid of typedef information, and
access the real underlying type.
programs/winedbg/debugger.h
programs/winedbg/memory.c
programs/winedbg/types.c