summaryrefslogtreecommitdiff
path: root/Source/Library/Common/cppsupport.wtf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Library/Common/cppsupport.wtf.cpp')
-rw-r--r--Source/Library/Common/cppsupport.wtf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Library/Common/cppsupport.wtf.cpp b/Source/Library/Common/cppsupport.wtf.cpp
index 06ef1b9..59a78fc 100644
--- a/Source/Library/Common/cppsupport.wtf.cpp
+++ b/Source/Library/Common/cppsupport.wtf.cpp
@@ -2,7 +2,7 @@
#include <types.h>
namespace CMem {
- u8int* memcpy(u8int*, const u8int*, int);
+ u8int* memcpy(u8int*, const u8int*, u32int);
};
using namespace CMem;