From b4560279e293ebd32139e0758d6ec837416f4cff Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 1 Apr 2018 00:14:56 +0300 Subject: [PATCH] Only for Android :( --- engine/common/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/host.c b/engine/common/host.c index 6b6970f69..417733689 100644 --- a/engine/common/host.c +++ b/engine/common/host.c @@ -1396,7 +1396,7 @@ int EXPORT Host_Main( int argc, const char **argv, const char *progname, int bCh } else { - #ifndef __ANDROID__ + #ifdef __ANDROID__ time_t timeval; struct tm *timeinfo;