Module: wine Branch: master Commit: 59ba888e6742e1677350b187d639218336a12a38 URL: http://source.winehq.org/git/wine.git/?a=commit;h=59ba888e6742e1677350b187d6...
Author: André Hentschel nerv@dawncrow.de Date: Tue Oct 13 21:12:20 2015 +0200
dbghelp: Add more symbol types.
Signed-off-by: André Hentschel nerv@dawncrow.de Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/wine/mscvpdb.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/wine/mscvpdb.h b/include/wine/mscvpdb.h index 23b7a3a..4812a3f 100644 --- a/include/wine/mscvpdb.h +++ b/include/wine/mscvpdb.h @@ -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 * ======================================== */