Commit 4da30bfc authored by Alexandre Julliard's avatar Alexandre Julliard

winedump: Add RT_MANIFEST resource type.

parent 41db9532
......@@ -939,7 +939,8 @@ static const char *get_resource_type( unsigned int id )
"VXD",
"ANICURSOR",
"ANIICON",
"HTML"
"HTML",
"RT_MANIFEST"
};
if ((size_t)id < sizeof(types)/sizeof(types[0])) return types[id];
......
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