summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-11-15 10:31:48 +0000
committertron <tron@openttd.org>2004-11-15 10:31:48 +0000
commit57c472e093aad072d5c4113790dfafbca0f40fa6 (patch)
tree33cba4e194270ded85bd9c544bbf733f90eda205 /stdafx.h
parent01e88bb61d00c96991d9280cea6bc188cc42db33 (diff)
downloadopenttd-57c472e093aad072d5c4113790dfafbca0f40fa6.tar.xz
(svn r624) Merge r377 to trunk:
Remove the memmove special case for MSVC According to the MSDN it was just plain wrong and memmove was directly used in some places anyway
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;