1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix interface redifinition warning.

This commit is contained in:
Hielke Morsink
2016-04-09 19:21:40 +02:00
committed by Michał Janiszewski
parent d59a010b00
commit 46fb82fd91

View File

@@ -1,9 +1,3 @@
extern "C" {
#include "platform.h"
#include "../localisation/language.h"
#include "../scenario.h"
}
#include "crash.h"
#include <SDL_platform.h>
@@ -24,6 +18,12 @@ extern "C" {
#define BREAKPAD_PATH "/tmp"
#endif __LINUX__
extern "C" {
#include "platform.h"
#include "../localisation/language.h"
#include "../scenario.h"
}
static bool dumpCallback(const wchar_t *dump_path, const wchar_t *minidump_id, void* context, EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion, bool succeeded) {
if (!succeeded) {