simplify __timeb64 condition
authornu774 <honeycomb77@gmail.com>
Wed, 20 Feb 2013 01:45:41 +0000 (10:45 +0900)
committernu774 <honeycomb77@gmail.com>
Wed, 20 Feb 2013 01:45:41 +0000 (10:45 +0900)
src/compat_win32.c

index 684998e131e1e6fcc3f3fffd8131ca1577cdc9ba..4e3776c06841beff6d54eae4a49d13769a5ec3d1 100644 (file)
@@ -31,7 +31,7 @@ int __wgetmainargs(int *, wchar_t ***, wchar_t ***, int, _startupinfo *);
 
 int64_t aacenc_timer(void)
 {
 
 int64_t aacenc_timer(void)
 {
-#if _MSC_VER || HAVE_STRUCT___TIMEB64
+#if HAVE_STRUCT___TIMEB64
     struct __timeb64 tv;
     _ftime64(&tv);
 #else
     struct __timeb64 tv;
     _ftime64(&tv);
 #else
This page took 0.009993 seconds and 4 git commands to generate.