Raylib
Definitions when working with Windows.h
// GODTIER COMMENT DUE TO SDHARED NAMES // https://github.com/raysan5/raylib/issues/1217 #if ...
CrossCompiling from Linux
May need to override AR and CC. sudo make PLATFORM=PLATFORM_DESKTOP PLATFORM_OS=WINDOWS
LINKING ON BUILD (MUST USE C-STD-LIB)
You must link to RAYLIB and to GDI32 https://github.com/raysan5/raylib/discussions/2492 -lrayli...