Define HAVE_STDIO_H.
SDL can operate without stdio.h, but Lime requires it in most cases.
This commit is contained in:
@@ -578,6 +578,8 @@ namespace lime {
|
||||
{
|
||||
#ifdef HAVE_STDIO_H
|
||||
return ((SDL_RWops*)handle)->hidden.stdio.fp;
|
||||
#else
|
||||
#error Lime requires HAVE_STDIO_H
|
||||
#endif
|
||||
}
|
||||
case SDL_RWOPS_JNIFILE:
|
||||
|
||||
Reference in New Issue
Block a user