Fixed compiling fseek64o on Linux systems
This commit is contained in:
parent
9bd6a89040
commit
e3403d3a25
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue