1
Fork 0

windows: Allow snake_case errors for now.

This commit is contained in:
Kevin Butler 2014-05-30 17:07:16 +01:00
parent 09fc34066b
commit 030b3a2499
15 changed files with 22 additions and 6 deletions

View file

@ -141,6 +141,7 @@ mod imp {
static LOCKFILE_EXCLUSIVE_LOCK: libc::DWORD = 0x00000002;
#[allow(non_snake_case_functions)]
extern "system" {
fn LockFileEx(hFile: libc::HANDLE,
dwFlags: libc::DWORD,