Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Remove LOCK_WRITE enum value (in pal/inc/rt/objidl.h) because it conf…
Browse files Browse the repository at this point in the history
…licts with fcntl.h on Linux (#27426)

It also completely removes LOCKTYPE enum.

Fixes #27386
  • Loading branch information
k15tfu authored and jkotas committed Oct 25, 2019
1 parent 797dbc6 commit 1cb29bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pal/inc/rt/objidl.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,6 @@ enum tagSTREAM_SEEK
STREAM_SEEK_END = 2
} STREAM_SEEK;

typedef
enum tagLOCKTYPE
{ LOCK_WRITE = 1,
LOCK_EXCLUSIVE = 2,
LOCK_ONLYONCE = 4
} LOCKTYPE;

typedef
enum tagSTATFLAG
{ STATFLAG_DEFAULT = 0,
Expand Down

0 comments on commit 1cb29bd

Please sign in to comment.