mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 01:48:21 -07:00
More cleanups to separate main code from platform support and UI support, plus a few bugfixes.
This commit is contained in:
@@ -20,7 +20,10 @@
|
||||
|
||||
#define _LARGEFILE_SOURCE
|
||||
#define _LARGEFILE64_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#ifdef WIN32
|
||||
//FIXME: should not be needed. */
|
||||
# define _GNU_SOURCE
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
|
||||
#include <cctype>
|
||||
|
||||
Reference in New Issue
Block a user