Fixed compiling fseek64o on Linux systems

This commit is contained in:
Sam Lantinga 2012-10-22 15:35:19 -07:00
parent 9bd6a89040
commit e3403d3a25

View file

@ -18,6 +18,8 @@
misrepresented as being the original software. misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution. 3. This notice may not be removed or altered from any source distribution.
*/ */
/* Need this so Linux systems define fseek64o, ftell64o and off64_t */
#define _LARGEFILE64_SOURCE
#include "SDL_config.h" #include "SDL_config.h"
/* This file provides a general interface for SDL to read and write /* This file provides a general interface for SDL to read and write