summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/lib/texmfmp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c
index c1ad63df96e..90965456cf6 100644
--- a/Build/source/texk/web2c/lib/texmfmp.c
+++ b/Build/source/texk/web2c/lib/texmfmp.c
@@ -2200,6 +2200,10 @@ catch_interrupt (int arg)
}
#endif /* not WIN32 */
+#if defined(_MSC_VER)
+#define strtoull _strtoui64
+#endif
+
static boolean start_time_set = false;
static time_t start_time = 0;
@@ -3029,10 +3033,6 @@ static void makepdftime(time_t t, char *time_str, boolean utc)
}
}
-#if defined(_MSC_VER)
-#define strtoll _strtoi64
-#endif
-
void initstarttime(void)
{
if (!start_time_set) {