Fix warning about memmove re#definition.

This commit is contained in:
Vincent Béron 2005-11-04 11:14:22 +00:00 committed by Alexandre Julliard
parent 551e243c5b
commit a17528cd0d
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@ extern int interlocked_xchg_add( int *dest, int incr );
#define interlocked_xchg_add __WINE_NOT_PORTABLE(interlocked_xchg_add)
#define lstat __WINE_NOT_PORTABLE(lstat)
#define memcpy_unaligned __WINE_NOT_PORTABLE(memcpy_unaligned)
#undef memmove
#define memmove __WINE_NOT_PORTABLE(memmove)
#define pread __WINE_NOT_PORTABLE(pread)
#define pwrite __WINE_NOT_PORTABLE(pwrite)