dbghelp: Add more symbol types.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
André Hentschel 2015-10-13 21:12:20 +02:00 committed by Alexandre Julliard
parent 547b6cff0d
commit 59ba888e67
1 changed files with 5 additions and 0 deletions

View File

@ -1700,6 +1700,11 @@ union codeview_symbol
#define S_MSTOOLINFO_V3 0x113C
#define S_MSTOOLENV_V3 0x113D
#define S_LOCAL_VS2013 0x113E
#define S_FPOFF_VS2013 0x1144
#define S_LPROC32_VS2013 0x1146
#define S_GPROC32_VS2013 0x1147
/* ======================================== *
* Line number information
* ======================================== */