From 765b3a24762287fc07b95eab2d433edc2de6f122 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Fri, 26 Dec 2003 17:07:26 +0000 Subject: [PATCH] Another fix for me breaking user32. svn path=/trunk/; revision=7255 --- reactos/include/wine/port.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/wine/port.h b/reactos/include/wine/port.h index 414e28bc6fb..7412c1de658 100644 --- a/reactos/include/wine/port.h +++ b/reactos/include/wine/port.h @@ -244,6 +244,7 @@ int lstat(const char *file_name, struct stat *buf); void *memmove(void *dest, const void *src, size_t len); #endif /* !defined(HAVE_MEMMOVE) */ +#ifndef __REACTOS__ #ifndef HAVE_PREAD ssize_t pread( int fd, void *buf, size_t count, off_t offset ); #endif /* HAVE_PREAD */ @@ -251,6 +252,7 @@ ssize_t pread( int fd, void *buf, size_t count, off_t offset ); #ifndef HAVE_PWRITE ssize_t pwrite( int fd, const void *buf, size_t count, off_t offset ); #endif /* HAVE_PWRITE */ +#endif /* __REACTOS__ */ #ifndef HAVE_SIGSETJMP # include