Commit 0dda5753 authored by Martin Garton's avatar Martin Garton Committed by Alexandre Julliard

msvcrt: Fix typo in #define.

parent 06011209
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment