From 807e4af46e67069b96ccbc9aef193851add1f6a8 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Mon, 22 Sep 2003 19:28:21 +0000 Subject: [PATCH] Porting fix. --- dlls/ntdll/relay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/relay.c b/dlls/ntdll/relay.c index 631fdb64e0c..50e902a0b74 100644 --- a/dlls/ntdll/relay.c +++ b/dlls/ntdll/relay.c @@ -1100,7 +1100,7 @@ FARPROC SNOOP_GetProcAddress( HMODULE hmod, IMAGE_EXPORT_DIRECTORY *exports, return origfun; } -void RELAY_SetupDLL( const char *module ) +void RELAY_SetupDLL( HMODULE module ) { } -- 2.11.4.GIT