mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
correct typo in header to fix the build
svn path=/trunk/; revision=15184
This commit is contained in:
parent
86c0dfdf7e
commit
3546d3215b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ enum
|
|||
|
||||
#define SL_KEY_SPECIFIED (0x1)
|
||||
#define SL_OVERRIDE_VERIFY_VOLUME (0x2)
|
||||
#define SL_WRITE_THROUGHT (0x4)
|
||||
#define SL_WRITE_THROUGH (0x4)
|
||||
#define SL_FT_SEQUENTIAL_WRITE (0x8)
|
||||
|
||||
#define SL_FAIL_IMMEDIATELY (0x1)
|
||||
|
|
Loading…
Reference in a new issue