mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
8 lines
80 B
Text
8 lines
80 B
Text
|
//file hello.idl
|
||
|
[
|
||
|
implicit_handle(handle_t hBinding)
|
||
|
]
|
||
|
interface hello
|
||
|
{
|
||
|
|
||
|
}
|