diff --git a/reactos/dll/win32/schannel/schannel_main.c b/reactos/dll/win32/schannel/schannel_main.c index 27c35a300d1..16a5fec3da2 100644 --- a/reactos/dll/win32/schannel/schannel_main.c +++ b/reactos/dll/win32/schannel/schannel_main.c @@ -27,11 +27,14 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) if (fdwReason == DLL_WINE_PREATTACH) return FALSE; /* prefer native version */ if (fdwReason == DLL_PROCESS_ATTACH) +#ifdef __REACTOS__ { +#endif DisableThreadLibraryCalls(hinstDLL); +#ifdef __REACTOS__ SECUR32_initSchannelSP(); } - +#endif return TRUE; } @@ -47,6 +50,8 @@ BOOL WINAPI SslEmptyCacheW(LPWSTR target, DWORD flags) return TRUE; } +#ifdef __REACTOS__ + PSecurityFunctionTableW WINAPI schan_InitSecurityInterfaceW(VOID) @@ -62,3 +67,5 @@ schan_InitSecurityInterfaceA(VOID) TRACE("InitSecurityInterfaceA() called\n"); return &schanTableA; } + +#endif /* __REACTOS__ */ diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index de8f8351bd8..876199326c5 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -175,7 +175,7 @@ reactos/dll/win32/rpcrt4 # Synced to Wine-1.7.17 reactos/dll/win32/rsabase # Synced to Wine-1.7.17 reactos/dll/win32/rsaenh # Synced to Wine-1.7.27 reactos/dll/win32/sccbase # Synced to Wine-1.7.17 -reactos/dll/win32/schannel # Synced to Wine-1.7.17 +reactos/dll/win32/schannel # Synced to Wine-1.7.27 reactos/dll/win32/scrrun # Synced to Wine-1.7.17 reactos/dll/win32/secur32 # Forked reactos/dll/win32/security # Forked (different .spec)