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:
parent
70e912edba
commit
ffc230a83e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user