Alexandre Julliard : netapi32: Use fully interpreted IDL stubs.
30 Apr
2024
30 Apr
'24
4:07 p.m.
Module: wine Branch: master Commit: 51804c5b2ebf05f5193c03b5afe8499f8f1323be URL: https://gitlab.winehq.org/wine/wine/-/commit/51804c5b2ebf05f5193c03b5afe8499... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Apr 30 14:58:21 2024 +0200 netapi32: Use fully interpreted IDL stubs. --- dlls/netapi32/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/netapi32/Makefile.in b/dlls/netapi32/Makefile.in index 055e8dd04d4..0729c34eb0a 100644 --- a/dlls/netapi32/Makefile.in +++ b/dlls/netapi32/Makefile.in @@ -3,6 +3,8 @@ UNIXLIB = netapi32.so IMPORTLIB = netapi32 IMPORTS = rpcrt4 iphlpapi ws2_32 advapi32 dnsapi +EXTRAIDLFLAGS = -Oicf + SOURCES = \ atsvc.idl \ nbcmdqueue.c \
590
Age (days ago)
590
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard