[io-layer] Move handles out of the io-layer to utils/w32handle
[mono.git] / mono / io-layer / access.h
1 /*
2  * access.h:  Access control definitions
3  *
4  * Author:
5  *      Dick Porter (dick@ximian.com)
6  *
7  * (C) 2002 Ximian, Inc.
8  */
9
10 #ifndef _WAPI_ACCESS_H_
11 #define _WAPI_ACCESS_H_
12
13 #include <glib.h>
14
15 #include <mono/io-layer/wapi.h>
16
17 #define SYNCHRONIZE                     0x00100000
18 #define STANDARD_RIGHTS_REQUIRED        0x000f0000
19
20 #endif /* _WAPI_ACCESS_H_ */