Commit e6632e04 authored by Alexandre Julliard's avatar Alexandre Julliard

winebuild: Don't use a dll entry point for Unix libraries.

parent 2cf25668
......@@ -680,7 +680,7 @@ int main(int argc, char **argv)
case MODE_EXE:
load_resources( argv, spec );
if (spec_file_name && !parse_input_file( spec )) break;
if (!spec->init_func) spec->init_func = xstrdup( get_default_entry_point( spec ));
if (!spec->init_func && !unix_lib) spec->init_func = xstrdup( get_default_entry_point( spec ));
if (fake_module)
{
......
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