Skip to content

Commit

Permalink
Merge pull request #19 from ArtemGr/patch-1
Browse files Browse the repository at this point in the history
kernel32/WinExec
  • Loading branch information
retep998 committed Dec 9, 2014
2 parents 0f5ddc5 + cdce573 commit af839d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2711,6 +2711,11 @@ extern "system" {
nSize: SIZE_T,
lpNumberOfBytesWritten: *mut SIZE_T,
) -> BOOL;
// http://msdn.microsoft.com/library/windows/desktop/ms687393%28v=vs.85%29.aspx
pub fn WinExec (
lpCmdLine: LPCSTR,
uCmdShow: UINT
) -> UINT;
}
#[cfg(feature = "advapi32")]
#[link(name = "advapi32")]
Expand Down

0 comments on commit af839d5

Please sign in to comment.