mirror of
https://github.com/yawut/SDL.git
synced 2026-03-27 04:04:31 -05:00
Patched to compile on Windows.
This commit is contained in:
parent
c6db647a88
commit
5f91cafa6c
|
|
@ -8,7 +8,9 @@
|
|||
#define _CRT_NONSTDC_NO_DEPRECATE
|
||||
|
||||
#include <stdio.h>
|
||||
#ifndef __WIN32__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "SDL.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user