M0n7y5/raylib-beef

Statically linking, Dublicate Symbol error

Booklordofthedings opened this issue · 0 comments

There is a dublicate error regarding CloseWindow() in user32 and the fix for it does not work in the static build version of the project.
For debug there is a fix by simply specifiying x64DLL in the additional link flags instead of x64.
This does not seem to work for releasee though