winebuild: Make sure main module is properly initialized.

This commit is contained in:
Alexandre Julliard 2009-03-24 11:50:13 +01:00
parent 87847b47cd
commit e9ef9911d0
1 changed files with 1 additions and 0 deletions

View File

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