[Tizen] Uncomment Static_assert

This commit is contained in:
Sergey Pisarchik 2014-04-08 17:39:08 +03:00 committed by Alex Zolotarev
parent 241f79dab8
commit f4c1dbe5d8

View file

@ -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