Skip to content

Commit

Permalink
Fix minor issue with NativeLibrary README (#6982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rageking8 committed Aug 1, 2024
1 parent d8156b8 commit 20b5a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/nativeaot/NativeLibrary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The first thing you'll have to do in order to have a proper "loader" that loads
```c
#ifdef _WIN32
#include "windows.h"
#define symLoad GetProcAddress GetProcAddress
#define symLoad GetProcAddress
#else
#include "dlfcn.h"
#define symLoad dlsym
Expand Down

0 comments on commit 20b5a3b

Please sign in to comment.