From fd697f0b82238e37c9a0d88e863b3298cafcca37 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 25 Jan 2007 17:50:31 +0000 Subject: [PATCH] util.h isn't really needed and only causes problems when compiling the tests git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4898 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/Tests/memcpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Tests/memcpy.c b/Source/Tests/memcpy.c index d14c5b5b..0c590e8a 100644 --- a/Source/Tests/memcpy.c +++ b/Source/Tests/memcpy.c @@ -1,4 +1,4 @@ -#include "../exehead/util.h" +#include "../Platform.h" void NSISCALL mini_memcpy(void *out, const void *in, int len) {