use system memcpy and memset

This commit is contained in:
Ludwig Nussel 2005-11-06 18:22:49 +00:00
parent 5201000f39
commit b2f39d7ddd
5 changed files with 16 additions and 5 deletions

View file

@ -1,3 +1,4 @@
#if 0 // not used anymore
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
@ -342,3 +343,4 @@ void Com_Prefetch (const void *s, const unsigned int bytes, e_prefetch type)
}
#endif
#endif