winedump: Added reference for MSVC 8.

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

View File

@ -456,6 +456,7 @@ static void pdb_dump_types(struct pdb_reader* reader)
case 19951122:
case 19961031: /* VC 5.0 / 6.0 */
case 19990903: /* VC 7.0 */
case 20040203: /* VC 8.0 */
break;
default:
printf("-Unknown type info version %d\n", types->version);