Description
Revision 61844 disables call on GeModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_PIN) because otherwise the loader enter in an endless recursive loop here (line 425): http://code.reactos.org/browse/CORE/dll/ntdll/ldr/ldrutils.c?r=61728#to425
The attached patch works for me. Aleksey, please review