mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
use SDL2's platform defines to normalise platform guards
This commit is contained in:
@@ -18,13 +18,15 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*****************************************************************************/
|
||||
|
||||
#if defined(__linux__)
|
||||
#include "../common.h"
|
||||
|
||||
#ifdef __LINUX__
|
||||
|
||||
#include "platform.h"
|
||||
#include <dlfcn.h>
|
||||
#include <stdlib.h>
|
||||
#include <fontconfig/fontconfig.h>
|
||||
|
||||
#include "../util/util.h"
|
||||
#include "fontconfig/fontconfig.h"
|
||||
#include "platform.h"
|
||||
|
||||
// See http://syprog.blogspot.ru/2011/12/listing-loaded-shared-objects-in-linux.html
|
||||
struct lmap {
|
||||
|
||||
Reference in New Issue
Block a user