mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
ef0c2b68f2
commit
415d587bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ var
|
|||
hLib: HANDLE;
|
||||
GetNativeSystemInfoProc: TGetNativeSystemInfo;
|
||||
begin
|
||||
hLib := LoadLibrary(LPCTSTR('kernel32.dll'));
|
||||
hLib := GetModuleHandleW(Kernel32);
|
||||
if hLib <> 0 then
|
||||
begin
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue