1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

msvcrt: Fix typo in #define.

This commit is contained in:
Martin Garton 2021-01-27 10:32:29 +00:00 committed by Alexandre Julliard
parent 06011209d7
commit 0dda5753c5

View file

@ -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