=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: dbghelp: Add more symbol types.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Oct 14 11:12:49 CDT 2015


Module: wine
Branch: master
Commit: 59ba888e6742e1677350b187d639218336a12a38
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=59ba888e6742e1677350b187d639218336a12a38

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Oct 13 21:12:20 2015 +0200

dbghelp: Add more symbol types.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at 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
  * ======================================== */




More information about the wine-cvs mailing list