mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix mingw builds
This commit is contained in:
@@ -19,15 +19,8 @@
|
||||
|
||||
#include "../common.h"
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#include "../rct2.h"
|
||||
#ifndef HAVE_MATH_H
|
||||
#define HAVE_MATH_H
|
||||
#endif
|
||||
#endif // __WINDOWS__
|
||||
|
||||
#include "../core/textinputbuffer.h"
|
||||
#include "../drawing/font.h"
|
||||
typedef struct TTFFontDescriptor TTFFontDescriptor;
|
||||
typedef struct rct2_install_info rct2_install_info;
|
||||
|
||||
#ifndef MAX_PATH
|
||||
#define MAX_PATH 260
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
#include "../localisation/date.h"
|
||||
#include "../localisation/language.h"
|
||||
#include "../OpenRCT2.h"
|
||||
#include "../rct2.h"
|
||||
#include "../util/util.h"
|
||||
#include "../Version.h"
|
||||
#include "platform.h"
|
||||
|
||||
Reference in New Issue
Block a user