EasyRPG / liblcf

Library to handle RPG Maker 2000/2003 and EasyRPG projects
https://easyrpg.org
MIT License
116 stars 55 forks source link

Fix heap corruption in Encoder #472

Closed Ghabry closed 10 months ago

Ghabry commented 10 months ago

The defines were not correctly handled because config.h was not included

This crashed on macOS and thankfully also on 32 bit Windows where the debugger is better ;)