memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5544 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-04-10 05:23:13 +00:00
parent af5d80aedc
commit ee10c93a02
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ inline void * fast_memcpy(void * to, const void * from, size_t len)
#endif
#endif //!RUNTIME_CPUDETECT
return to;
}
inline void * mem2agpcpy(void * to, const void * from, size_t len)