simplify __timeb64 condition

This commit is contained in:
nu774 2013-02-20 10:45:41 +09:00
parent 70e912edba
commit ffc230a83e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ int __wgetmainargs(int *, wchar_t ***, wchar_t ***, int, _startupinfo *);
int64_t aacenc_timer(void)
{
#if _MSC_VER || HAVE_STRUCT___TIMEB64
#if HAVE_STRUCT___TIMEB64
struct __timeb64 tv;
_ftime64(&tv);
#else