Commit 00b92f42b69af29a820b46049fd00be9cd3fb7d4

MKCKR 2021-02-16T13:26:44

fix compile error in VS2012 in evutil_gettimeofday() Move static variable definition before other statement, to prevent compile error in VS2012. Fixes: #1135