5 lines
96 B
C
5 lines
96 B
C
#pragma once
|
|
|
|
#define MS_SYNCHRONOUS (1 << 0)
|
|
#define MS_RDONLY (1 << 1)
|