dbghelp: Add more symbol types

André Hentschel nerv at dawncrow.de
Tue Oct 13 14:12:20 CDT 2015


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---

taken from Google Syzygy (part of chromium)

 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
  * ======================================== */
-- 
1.9.1




More information about the wine-patches mailing list