mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-22 10:39:19 +01:00
Prevent type problems
This commit is contained in:
parent
1b06de3502
commit
11eac4c27a
@ -12,6 +12,10 @@
|
|||||||
#include "sysdeps.h"
|
#include "sysdeps.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
#if defined(GEKKO)
|
||||||
|
# include <fat.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "threaddep/thread.h"
|
#include "threaddep/thread.h"
|
||||||
#include "uae.h"
|
#include "uae.h"
|
||||||
@ -48,10 +52,6 @@
|
|||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(GEKKO)
|
|
||||||
# include <fat.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
//FIXME: This shouldn't be necessary
|
//FIXME: This shouldn't be necessary
|
||||||
#include "windows.h"
|
#include "windows.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user