mirror of
https://github.com/yawut/SDL.git
synced 2026-07-02 00:13:39 -05:00
Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix.
This commit is contained in:
parent
bf91e03c10
commit
ecdd9e9d78
|
|
@ -2,7 +2,10 @@
|
|||
/* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_endian.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user