More header massaging... works great on Windows. ;-)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401362
This commit is contained in:
parent
7d878d138f
commit
684909fae2
268 changed files with 90 additions and 806 deletions
|
@ -20,8 +20,6 @@
|
|||
slouken@libsdl.org
|
||||
*/
|
||||
|
||||
#include "SDL_stdlib.h"
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_mutex.h"
|
||||
|
|
|
@ -48,7 +48,6 @@ extern struct DosLibrary *DOSBase;
|
|||
extern struct ExecBase *SysBase;
|
||||
static struct GfxBase *GfxBase;
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "SDL_thread.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer_c.h"
|
||||
|
||||
static bigtime_t start;
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "SDL_thread.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer_c.h"
|
||||
|
||||
static unsigned start;
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
/*#define USE_CLOCK_GETTIME*/
|
||||
#endif
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#include <mint/osbind.h>
|
||||
#include <mint/mintbind.h>
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_thread.h"
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include "SDL_thread.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_error.h"
|
||||
|
||||
|
||||
#define TIME_WRAP_VALUE (~(DWORD)0)
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_error.h"
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
#error This is WinCE. Please use src/timer/wince/SDL_systimer.c instead.
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_error.h"
|
||||
|
||||
static Uint64 start_date;
|
||||
static Uint64 start_ticks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue