Commit 5a28d37f authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

libwine: Remove redundant prototype for wine_call_on_stack().

parent 13a33b73
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment