Files
commandergenius/project
Miguel Horta eadbd04f81 fix: Name clash between jni.h and error_func.h
Openttd newly included file error_func.h defines two new macros named
FatalError() and UserError(). FatalError() unfortunatly colides with a
method declared in jni.h

jni.h makes its way into Openttd code by being present at SDL_android.h;

Since knownledge of jni.h is not needed for Openttd code the adopted
solution was to remove jni.h from SDL_android.h and forward declare any
of its usages. Akin to pimpl pattern.
2024-04-07 13:51:20 +01:00
..
2024-04-07 13:51:01 +01:00
2022-01-09 21:26:30 +02:00
2023-05-19 11:57:41 +03:00