Commit 9c541589 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Added reference for MSVC 8.

A+
parent 7fbcd11d
......@@ -2217,7 +2217,8 @@ static void pdb_process_types(const struct msc_debug_info* msc_dbg,
case 19950410: /* VC 4.0 */
case 19951122:
case 19961031: /* VC 5.0 / 6.0 */
case 19990903:
case 19990903: /* VC 7.0 */
case 20040203: /* VC 8.0 */
break;
default:
ERR("-Unknown type info version %d\n", types.version);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment