Try to fix r.3495 (Z:../../programs/media/ac97snd/ac97snd/ac97wav.c(1282) : error C2373: 'memmove' : redefinition; different type modifiers)

git-svn-id: svn://kolibrios.org@3533 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Yogev Ezra 2013-05-26 23:52:25 +00:00
parent f3454dcf95
commit 09908c25f4

View File

@ -1278,7 +1278,7 @@ void uint2str(unsigned int value, char *string)
///*********
void *memmove ( void * dst, void * src, unsigned int count) /* uFMOD integration */
void *__cdecl memmove ( void * dst, const void * src, unsigned int count) /* uFMOD integration */
{ void *ret;
ret = dst;