From 5a28d37fe6fda229fbeff5172569f43267e954be Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 15 May 2009 15:51:53 +0200 Subject: [PATCH] libwine: Remove redundant prototype for wine_call_on_stack(). --- libs/wine/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/wine/port.c b/libs/wine/port.c index 859818f9828..65f49123e11 100644 --- a/libs/wine/port.c +++ b/libs/wine/port.c @@ -132,7 +132,7 @@ void DECLSPEC_NORETURN wine_switch_to_stack( void (*func)(void *), void *arg, vo * * Switch to the specified stack to call the function and return. */ -int wine_call_on_stack( int (*func)(void *), void *arg, void *stack ); + #if defined(__i386__) && defined(__GNUC__) __ASM_GLOBAL_FUNC( wine_call_on_stack, "pushl %ebp\n\t" -- 2.11.4.GIT