summaryrefslogtreecommitdiff
path: root/src/include/port/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/win32.h')
-rw-r--r--src/include/port/win32.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h
index 70175d14a57..2c2d93765ee 100644
--- a/src/include/port/win32.h
+++ b/src/include/port/win32.h
@@ -238,15 +238,6 @@ int setitimer(int which, const struct itimerval * value, struct itimerval * ov
#endif
/*
- * Supplement to <stdarg.h>
- */
-
-/* Visual Studios 2012 and earlier don't have va_copy() */
-#if defined(_MSC_VER) && _MSC_VER <= 1700
-#define va_copy(dest, src) ((dest) = (src))
-#endif
-
-/*
* Supplement to <sys/types.h>.
*
* Perl already has typedefs for uid_t and gid_t.