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
This commit is contained in:
kichik 2007-01-25 17:50:31 +00:00
parent c342b6e194
commit fd697f0b82

View file

@ -1,4 +1,4 @@
#include "../exehead/util.h"
#include "../Platform.h"
void NSISCALL mini_memcpy(void *out, const void *in, int len)
{