Module: wine Branch: master Commit: 5a28d37fe6fda229fbeff5172569f43267e954be URL: http://source.winehq.org/git/wine.git/?a=commit;h=5a28d37fe6fda229fbeff51725...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Fri May 15 15:51:53 2009 +0200
libwine: Remove redundant prototype for wine_call_on_stack().
---
libs/wine/port.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libs/wine/port.c b/libs/wine/port.c index 859818f..65f4912 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"