winedump: Make dump mode the default.

This commit is contained in:
Eric Pouech 2006-11-29 21:40:26 +01:00 committed by Alexandre Julliard
parent c4dc400a88
commit 5839fd7f10
1 changed files with 3 additions and 0 deletions

View File

@ -306,6 +306,9 @@ static void parse_options (char *argv[])
if (VERBOSE && QUIET)
fatal ("Options -v and -q are mutually exclusive");
if (globals.mode == NONE)
do_dump("");
}
static void set_module_name(unsigned setUC)