mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
It's now possible to build SDL without any C runtime at all on Windows,
using Visual C++ 2005
This commit is contained in:
@@ -20,11 +20,9 @@
|
||||
slouken@libsdl.org
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h> /* For the definition of NULL */
|
||||
|
||||
#include "SDL_error.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_stdlib.h"
|
||||
#include "SDL_timer_c.h"
|
||||
#include "SDL_mutex.h"
|
||||
#include "SDL_systimer.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
slouken@libsdl.org
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "SDL_windows.h"
|
||||
#include <mmsystem.h>
|
||||
|
||||
#include "SDL_timer.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
slouken@libsdl.org
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "SDL_windows.h"
|
||||
#include <mmsystem.h>
|
||||
|
||||
#include "SDL_timer.h"
|
||||
|
||||
Reference in New Issue
Block a user