From 86ab2c969346f8554f48162c4f5cfb58754f9385 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 19 Sep 2005 14:45:15 +0000 Subject: [PATCH] Removed sysi86 prototype that is causing conflicts. --- libs/wine/ldt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/wine/ldt.c b/libs/wine/ldt.c index d88cfe4a47d..9f70f111139 100644 --- a/libs/wine/ldt.c +++ b/libs/wine/ldt.c @@ -104,7 +104,6 @@ static inline int set_thread_area( struct modify_ldt_s *ptr ) #if defined(__svr4__) || defined(_SCO_DS) #include -extern int sysi86(int,void*); #ifndef __sun__ #include #endif