Patched to compile on Visual Studio.
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402290
This commit is contained in:
parent
357970bfe2
commit
98838b4428
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue