Commit e9ef9911 authored by Alexandre Julliard's avatar Alexandre Julliard

winebuild: Make sure main module is properly initialized.

parent 87847b47
......@@ -465,6 +465,7 @@ DLLSPEC *alloc_dll_spec(void)
spec->file_name = NULL;
spec->dll_name = NULL;
spec->init_func = NULL;
spec->main_module = NULL;
spec->type = SPEC_WIN32;
spec->base = MAX_ORDINALS;
spec->limit = 0;
......
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