Files
commandergenius/project/jni
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-06 01:30:11 +01:00
2023-05-19 11:57:41 +03:00
2023-05-14 19:18:00 +03:00
2023-05-19 23:58:32 +03:00
2024-04-06 01:30:11 +01:00
2016-09-11 03:43:39 +03:00
2016-07-02 22:21:54 +03:00
2024-04-05 21:02:11 +01:00
2022-01-02 01:40:46 +02:00
2022-01-02 00:15:27 +02:00
2022-01-02 01:40:46 +02:00
2023-05-17 12:06:40 +03:00
2011-07-25 15:49:18 +03:00
2014-03-12 22:51:54 +02:00
2012-10-17 21:31:24 +03:00
2012-10-17 21:31:24 +03:00
2014-03-12 22:43:57 +02:00
2014-03-12 22:43:57 +02:00
2014-03-12 22:43:57 +02:00
2014-03-12 22:43:57 +02:00
2023-05-19 16:15:08 +03:00