]> git.proxmox.com Git - rustc.git/blob - vendor/winapi-0.2.8/src/rpc.rs
New upstream version 1.42.0+dfsg1
[rustc.git] / vendor / winapi-0.2.8 / src / rpc.rs
1 // Copyright © 2015, skdltmxn
2 // Licensed under the MIT License <LICENSE.md>
3 // Master include file for RPC applications.
4 pub type I_RPC_HANDLE = *mut ::c_void;
5 pub type RPC_STATUS = ::c_long;