26 Apr
2024
26 Apr
'24
9:15 p.m.
Module: wine Branch: master Commit: a87d52e22cf6600dfc3901cbc967c36fcf016e3e URL: https://gitlab.winehq.org/wine/wine/-/commit/a87d52e22cf6600dfc3901cbc967c36... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Apr 25 14:19:52 2024 +0200 ntoskrnl.exe: Use fully interpreted IDL stubs. --- dlls/ntoskrnl.exe/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/ntoskrnl.exe/Makefile.in b/dlls/ntoskrnl.exe/Makefile.in index a04a75e7f52..ebeb3ad3406 100644 --- a/dlls/ntoskrnl.exe/Makefile.in +++ b/dlls/ntoskrnl.exe/Makefile.in @@ -3,6 +3,8 @@ IMPORTLIB = ntoskrnl IMPORTS = advapi32 hal msvcrt DELAYIMPORTS = rpcrt4 setupapi +EXTRAIDLFLAGS = -Oicf + SOURCES = \ instr.c \ ntoskrnl.c \