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
1 changed files with 6 additions and 6 deletions

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) {