forked from KolibriOS/kolibrios
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:
parent
f3454dcf95
commit
09908c25f4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user