Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'
* commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e': Remove support for building for mingw32ce (Windows CE) Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@ -29,10 +29,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __MINGW32CE__
|
||||
#define fseeko(x, y, z) fseek(x, y, z)
|
||||
#define ftello(x) ftell(x)
|
||||
#elif defined(__MINGW32__)
|
||||
#ifdef __MINGW32__
|
||||
#undef fseeko
|
||||
#define fseeko(x, y, z) fseeko64(x, y, z)
|
||||
#undef ftello
|
||||
|
Reference in New Issue
Block a user