Gerald Pfeifer : libwine: Remove redundant prototype for wine_call_on_stack ().

Alexandre Julliard julliard at winehq.org
Mon May 18 08:13:12 CDT 2009


Module: wine
Branch: master
Commit: 5a28d37fe6fda229fbeff5172569f43267e954be
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5a28d37fe6fda229fbeff5172569f43267e954be

Author: Gerald Pfeifer <gerald at 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"




More information about the wine-cvs mailing list