1
0
Fork 0

Break compilation to test GitHub badges

This commit is contained in:
Patryk Obara 2019-12-01 18:09:00 +01:00
parent 563ab75ff2
commit 6ae50d77af

View file

@ -20,6 +20,10 @@
#ifndef DOSBOX_DOSBOX_H
#define DOSBOX_DOSBOX_H
#if defined(LINUX)
#error
#endif
#include "config.h"
GCC_ATTRIBUTE(noreturn) void E_Exit(const char * message,...) GCC_ATTRIBUTE( __format__(__printf__, 1, 2));