Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 773433
Collapse All | Expand All

(-)a/dlls/ntdll/loader.c (-2 / +1 lines)
Lines 2325-2331 static NTSTATUS load_so_dll( LPCWSTR load_path, const UNICODE_STRING *nt_name, Link Here
2325
        SECTION_IMAGE_INFORMATION image_info = { 0 };
2325
        SECTION_IMAGE_INFORMATION image_info = { 0 };
2326
2326
2327
        image_info.u.s.WineBuiltin = 1;
2327
        image_info.u.s.WineBuiltin = 1;
2328
        if ((status = build_module( load_path, &win_name, &module, &image_info, NULL, flags, pwm )))
2328
        if ((status = build_module( load_path, &win_name, &module, &image_info, NULL, flags, &wm )))
2329
        {
2329
        {
2330
            if (module) unix_funcs->unload_builtin_dll( module );
2330
            if (module) unix_funcs->unload_builtin_dll( module );
2331
            return status;
2331
            return status;
2332
- 

Return to bug 773433