dbghelp: Added reference for MSVC 8.

A+
This commit is contained in:
Eric Pouech 2009-06-28 14:04:17 +02:00 committed by Alexandre Julliard
parent 7fbcd11db8
commit 9c54158958
1 changed files with 2 additions and 1 deletions

View File

@ -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);