mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[IDL] Add missing acf files
This commit is contained in:
parent
6c7878f35e
commit
75f66049cf
3 changed files with 18 additions and 0 deletions
6
sdk/include/reactos/idl/dnsrslvr.acf
Normal file
6
sdk/include/reactos/idl/dnsrslvr.acf
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
explicit_handle
|
||||
]
|
||||
interface DnsResolver
|
||||
{
|
||||
}
|
6
sdk/include/reactos/idl/netdfs.acf
Normal file
6
sdk/include/reactos/idl/netdfs.acf
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
implicit_handle(handle_t hBinding)
|
||||
]
|
||||
interface netdfs
|
||||
{
|
||||
}
|
6
sdk/include/reactos/idl/wlansvc.acf
Normal file
6
sdk/include/reactos/idl/wlansvc.acf
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
explicit_handle
|
||||
]
|
||||
interface wlansvc_interface
|
||||
{
|
||||
}
|
Loading…
Reference in a new issue