Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
win: Fix MinGW32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
okuoku authored and bnoordhuis committed Mar 12, 2012
1 parent 8c78cb4 commit db413f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win/winapi.h
Expand Up @@ -4327,7 +4327,7 @@ typedef NTSTATUS (NTAPI *sNtSetInformationFile)
# define FILE_SKIP_COMPLETION_PORT_ON_SUCCESS 0x1
#endif

#ifdef FILE_SKIP_SET_EVENT_ON_HANDLE
#ifndef FILE_SKIP_SET_EVENT_ON_HANDLE
# define FILE_SKIP_SET_EVENT_ON_HANDLE 0x2
#endif

Expand Down

0 comments on commit db413f3

Please sign in to comment.