mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
windows-ntstatus-warnings-20071021
suppress warnings caused by multiple definitions of NTSTATUS values
This commit is contained in:
parent
f90153625e
commit
fd1bf06004
@ -11,7 +11,10 @@
|
||||
#include <afs/stds.h>
|
||||
|
||||
#include <windows.h>
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable: 4005)
|
||||
#include <ntstatus.h>
|
||||
#pragma warning(pop)
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user