Commit 43a9faa7 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ntdll: Make LdrLoadDll hotpatchable.

parent 3d33887c
...@@ -2012,8 +2012,8 @@ static NTSTATUS load_dll( LPCWSTR load_path, LPCWSTR libname, DWORD flags, WINE_ ...@@ -2012,8 +2012,8 @@ static NTSTATUS load_dll( LPCWSTR load_path, LPCWSTR libname, DWORD flags, WINE_
/****************************************************************** /******************************************************************
* LdrLoadDll (NTDLL.@) * LdrLoadDll (NTDLL.@)
*/ */
NTSTATUS WINAPI LdrLoadDll(LPCWSTR path_name, DWORD flags, NTSTATUS WINAPI DECLSPEC_HOTPATCH LdrLoadDll(LPCWSTR path_name, DWORD flags,
const UNICODE_STRING *libname, HMODULE* hModule) const UNICODE_STRING *libname, HMODULE* hModule)
{ {
WINE_MODREF *wm; WINE_MODREF *wm;
NTSTATUS nts; NTSTATUS nts;
......
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