ntdll - relay.c function decl is wrong on non-x86

Steven Edwards steven_ed4153 at yahoo.com
Sat Sep 20 19:25:03 CDT 2003


Changlog: porting fix

Index: wine/dlls/ntdll/relay.c
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/relay.c,v
retrieving revision 1.1
diff -u -r1.1 relay.c
--- wine/dlls/ntdll/relay.c     19 Sep 2003 04:32:39 -0000      1.1
+++ wine/dlls/ntdll/relay.c     21 Sep 2003 00:20:37 -0000
@@ -1100,7 +1100,7 @@
     return origfun;
 }

-void RELAY_SetupDLL( const char *module )
+void RELAY_SetupDLL( HMODULE module )
 {
 }



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the wine-patches mailing list