https://git.reactos.org/?p=reactos.git;a=commitdiff;h=75f66049cfb8a0b03a11ea...
commit 75f66049cfb8a0b03a11eab1576a70d106777d78 Author: Eric Kohl eric.kohl@reactos.org AuthorDate: Sun Dec 22 12:43:23 2019 +0100 Commit: Eric Kohl eric.kohl@reactos.org CommitDate: Sun Dec 22 12:43:23 2019 +0100
[IDL] Add missing acf files --- sdk/include/reactos/idl/dnsrslvr.acf | 6 ++++++ sdk/include/reactos/idl/netdfs.acf | 6 ++++++ sdk/include/reactos/idl/wlansvc.acf | 6 ++++++ 3 files changed, 18 insertions(+)
diff --git a/sdk/include/reactos/idl/dnsrslvr.acf b/sdk/include/reactos/idl/dnsrslvr.acf new file mode 100644 index 00000000000..369e389204d --- /dev/null +++ b/sdk/include/reactos/idl/dnsrslvr.acf @@ -0,0 +1,6 @@ +[ + explicit_handle +] +interface DnsResolver +{ +} \ No newline at end of file diff --git a/sdk/include/reactos/idl/netdfs.acf b/sdk/include/reactos/idl/netdfs.acf new file mode 100644 index 00000000000..fc3b35f2821 --- /dev/null +++ b/sdk/include/reactos/idl/netdfs.acf @@ -0,0 +1,6 @@ +[ + implicit_handle(handle_t hBinding) +] +interface netdfs +{ +} \ No newline at end of file diff --git a/sdk/include/reactos/idl/wlansvc.acf b/sdk/include/reactos/idl/wlansvc.acf new file mode 100644 index 00000000000..bc46b7d5f17 --- /dev/null +++ b/sdk/include/reactos/idl/wlansvc.acf @@ -0,0 +1,6 @@ +[ + explicit_handle +] +interface wlansvc_interface +{ +} \ No newline at end of file