msvcrt: Fix typo in #define.
This commit is contained in:
parent
06011209d7
commit
0dda5753c5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#define O_ACCMODE _O_ACCMODE
|
||||
#define O_APPEND _O_APPEND
|
||||
#define O_RANDOM _O_RANDOM
|
||||
#define O_SEQENTIAL _O_SEQUENTIAL
|
||||
#define O_SEQUENTIAL _O_SEQUENTIAL
|
||||
#define O_TEMPORARY _O_TEMPORARY
|
||||
#define O_NOINHERIT _O_NOINHERIT
|
||||
#define O_CREAT _O_CREAT
|
||||
|
|
Loading…
Add table
Reference in a new issue