Skip to content

Commit

Permalink
fixup! ntdll: HACK: Try to load steamoverlay.so manually if LD_PRELOA…
Browse files Browse the repository at this point in the history
…D was lost.

CW-Bug-Id: #23064
  • Loading branch information
Paul Gofman committed Dec 18, 2023
1 parent aa482a3 commit 0da56ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/ntdll/unix/virtual.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ static void load_steam_overlay(const char *unix_lib_path)
if (!strstr( path, "gameoverlayrenderer.so" )) continue;
handle = dlopen( path, RTLD_NOW | RTLD_GLOBAL );
FIXME( "HACK: tried to load %s, handle %p.\n", debugstr_a(path), handle );
if (*p) ++p;
}
}

Expand Down

0 comments on commit 0da56ec

Please sign in to comment.