1
0
Fork 0

Move definition out of autoconfig

This commit is contained in:
Patryk Obara 2019-11-26 00:37:15 +01:00 committed by Patryk Obara
parent 7e3c4d3945
commit 7d21bb1408
4 changed files with 43 additions and 84 deletions

View file

@ -21,6 +21,7 @@
#define DOSBOX_DOSBOX_H
#include "config.h"
#include "types.h"
GCC_ATTRIBUTE(noreturn) void E_Exit(const char * message,...) GCC_ATTRIBUTE( __format__(__printf__, 1, 2));