Running 32-bit programs with mantle support tended to crash with some
catastrophic stack corruption. After some investigation, I realized the
problem was mismatched calling conventions. This patch defines
GR_STDCALL to __stdcall if _WIN32, otherwise it's defined as blank. This
lets CivBE successfully initialize (Per #16)
Running 32-bit programs with mantle support tended to crash with some catastrophic stack corruption. After some investigation, I realized the problem was mismatched calling conventions. This patch defines GR_STDCALL to __stdcall if _WIN32, otherwise it's defined as blank. This lets CivBE successfully initialize (Per #16)