windows: Allow snake_case errors for now.
This commit is contained in:
parent
09fc34066b
commit
030b3a2499
15 changed files with 22 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue