summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/vdcommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/vdcommon.h b/common/vdcommon.h
index 3d0f794..6ab18c6 100644
--- a/common/vdcommon.h
+++ b/common/vdcommon.h
@@ -65,8 +65,10 @@ typedef CRITICAL_SECTION mutex_t;
#endif
#ifdef OLDMSVCRT
+#ifndef _ftime_s
#define _ftime_s(timeb) _ftime(timeb)
#endif
+#endif
enum SystemVersion {
SYS_VER_UNSUPPORTED,