mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 09:42:47 -05:00
Include SDL.h before anything else
This also cleans up the unnecessary source-level defines
This commit is contained in:
parent
b90bbcb062
commit
8b316f869b
1 changed files with 2 additions and 5 deletions
|
@ -2,10 +2,7 @@
|
|||
#define _FILE_OFFSET_BITS 64
|
||||
#define _LARGEFILE64_SOURCE 1
|
||||
#endif
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
#ifdef __APPLE__
|
||||
#define _DARWIN_C_SOURCE 1
|
||||
#endif
|
||||
#include <SDL.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +17,7 @@
|
|||
#include <inttypes.h>
|
||||
#include <dlfcn.h>
|
||||
#include <wchar.h>
|
||||
#include <SDL.h>
|
||||
|
||||
#include <86box/86box.h>
|
||||
#include <86box/keyboard.h>
|
||||
#include <86box/mouse.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue