forked from organicmaps/organicmaps
[Tizen] Uncomment Static_assert
This commit is contained in:
parent
241f79dab8
commit
f4c1dbe5d8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#define ftell64 _ftelli64
|
||||
|
||||
#elif defined(OMIM_OS_TIZEN)
|
||||
//STATIC_ASSERT(sizeof(_off64_t) == 8);
|
||||
STATIC_ASSERT(sizeof(__off64_t) == 8);
|
||||
#define fseek64 fseeko64
|
||||
#define ftell64 ftello64
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue