Commit 560113b7 authored by Alexandre Julliard's avatar Alexandre Julliard

winebuild: Set the IMAGE_FILE_EXECUTABLE_IMAGE flag for all modules.

parent e0510e42
......@@ -333,7 +333,7 @@ DLLSPEC *alloc_dll_spec(void)
spec->alloc_entry_points = 0;
spec->nb_names = 0;
spec->nb_resources = 0;
spec->characteristics = 0;
spec->characteristics = IMAGE_FILE_EXECUTABLE_IMAGE;
spec->dll_characteristics = IMAGE_DLLCHARACTERISTICS_NX_COMPAT;
spec->subsystem = 0;
spec->subsystem_major = 4;
......
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