wrmdir -> RemoveDirectoryW
Signed-off-by: Peter Atashian <retep998@gmail.com>
This commit is contained in:
parent
43046becce
commit
8f38eae7ad
2 changed files with 2 additions and 1 deletions
|
@ -271,6 +271,7 @@ pub use funcs::bsd43::{shutdown};
|
|||
#[cfg(windows)] pub use funcs::extra::kernel32::{GetOverlappedResult, ConnectNamedPipe};
|
||||
#[cfg(windows)] pub use funcs::extra::kernel32::{DisconnectNamedPipe, OpenProcess};
|
||||
#[cfg(windows)] pub use funcs::extra::kernel32::{MoveFileExW, VirtualProtect};
|
||||
#[cfg(windows)] pub use funcs::extra::kernel32::{RemoveDirectoryW};
|
||||
#[cfg(windows)] pub use funcs::extra::msvcrt::{get_osfhandle, open_osfhandle};
|
||||
#[cfg(windows)] pub use funcs::extra::winsock::{ioctlsocket};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue