Skip to content

Commit

Permalink
Correctly load resolvedefines in dll initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Atari2 committed Jul 31, 2024
1 parent df19de3 commit 52f1011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/asar-dll-bindings/c/asardll.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ static bool asar_init_shared(void)
load(getlabelval);
load(getdefine);
load(getalldefines);
load(resolvedefines);
load(math);
load(getwrittenblocks);
load(getmapper);
Expand Down

0 comments on commit 52f1011

Please sign in to comment.