Commit e436a40e authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Don't bother setting the preloader range for fake dlls.

parent 55d98c57
......@@ -412,6 +412,8 @@ NTSTATUS exec_wineloader( char **argv, int socketfd, const pe_image_info_t *pe_i
const char *loader_env = getenv( "WINELOADER" );
char preloader_reserve[64], socket_env[64];
if (pe_info->image_flags & IMAGE_FLAGS_WineFakeDll) res_start = res_end = 0;
if (!is_child_64bit && (is_win64 || is_wow64) && (pe_info->image_flags & IMAGE_FLAGS_ComPlusNativeReady))
{
is_child_64bit = TRUE;
......
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