1
0
mirror of https://github.com/nu774/fdkaac.git synced 2025-02-11 08:50:49 +01:00

simplify __timeb64 condition

This commit is contained in:
nu774 2013-02-20 10:45:41 +09:00
parent 70e912edba
commit ffc230a83e

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