Mingw compilation fixes.

This commit is contained in:
vng 2011-06-25 21:02:10 +03:00 committed by Alex Zolotarev
parent 72209ce136
commit f0f32767ff
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@
typedef uint64_t _fpos64_t;
#elif defined(OMIM_OS_WINDOWS_MINGW)
STATIC_ASSERT(sizeof(off64_t) == 8);
//STATIC_ASSERT(sizeof(off64_t) == 8);
#define fseek64 fseeko64
#define ftell64 ftello64

1
docs/mingw.txt Normal file
View file

@ -0,0 +1 @@
!NOTE! Before running app that builded with mingw toolchain, put tools/redist/pthreadGC32.dll near with executable.