libwine: Remove redundant prototype for wine_call_on_stack().

oldstable
Gerald Pfeifer 2009-05-15 15:51:53 +02:00 committed by Alexandre Julliard
parent 13a33b73c3
commit 5a28d37fe6
1 changed files with 1 additions and 1 deletions

View File

@ -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"