diff --git a/core/nativeaot/NativeLibrary/README.md b/core/nativeaot/NativeLibrary/README.md index 01aa97e1f3b..804f643c532 100644 --- a/core/nativeaot/NativeLibrary/README.md +++ b/core/nativeaot/NativeLibrary/README.md @@ -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