The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.024

  • Change: 37137f2e85782636fc0572750ff79765c12e66a9 Author: Ahmad Fatoum <ahmad@a3f.at> Date : 2019-07-30 08:47:30 +0000
    • v0.024
  • Change: 21e3c6287f0bb0425332f5b72f857d13025463f3 Author: Ahmad Fatoum <ahmad@a3f.at> Date : 2019-07-30 08:43:33 +0000
    • tests: split header check into non-Windows check
    • Including both the raylib header and windows.h (via perl.h) is problematic because they define the same symbols. We might be able get around this by defining NOUSER and friends to have the WinAPI not use these symbols: https://github.com/raysan5/raylib/issues/857#issuecomment-498020922
    • But for now, just open code the prototype we need for our test and have the header be used in a separate test that's skipped on Windows.
    • Fixes #4.

Modules

Alien distribution for raylib video game engine