summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/stdafx.h b/stdafx.h
index 1f127e02b..aa5631c07 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -95,12 +95,6 @@ typedef unsigned int uint32;
typedef unsigned int uint;
#endif
-#if defined(_MSC_VER)
-#define memcpy_overlapping memcpy
-#else
-#define memcpy_overlapping memmove
-#endif
-
#ifndef __BEOS__
typedef signed char int8;
typedef signed short int16;