forked from organicmaps/organicmaps
Mingw compilation fixes.
This commit is contained in:
parent
72209ce136
commit
f0f32767ff
2 changed files with 2 additions and 1 deletions
|
@ -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
1
docs/mingw.txt
Normal file
|
@ -0,0 +1 @@
|
|||
!NOTE! Before running app that builded with mingw toolchain, put tools/redist/pthreadGC32.dll near with executable.
|
Loading…
Add table
Reference in a new issue