Windows: fix compiler warnings
This commit is contained in:
parent
163d8de392
commit
4ae316bcc9
@ -4323,10 +4323,17 @@ typedef NTSTATUS (NTAPI *sNtSetInformationFile)
|
||||
/*
|
||||
* Kernel32 headers
|
||||
*/
|
||||
#define FILE_SKIP_COMPLETION_PORT_ON_SUCCESS 0x1
|
||||
#define FILE_SKIP_SET_EVENT_ON_HANDLE 0x2
|
||||
#ifndef FILE_SKIP_COMPLETION_PORT_ON_SUCCESS
|
||||
# define FILE_SKIP_COMPLETION_PORT_ON_SUCCESS 0x1
|
||||
#endif
|
||||
|
||||
#define SYMBOLIC_LINK_FLAG_DIRECTORY 0x1
|
||||
#ifndef FILE_SKIP_SET_EVENT_ON_HANDLE
|
||||
# define FILE_SKIP_SET_EVENT_ON_HANDLE 0x2
|
||||
#endif
|
||||
|
||||
#ifndef SYMBOLIC_LINK_FLAG_DIRECTORY
|
||||
# define SYMBOLIC_LINK_FLAG_DIRECTORY 0x1
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
typedef struct _OVERLAPPED_ENTRY {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user