[runtime] Fix "make distcheck"
[mono-project.git] / mono / io-layer / access.h
blob2cb48b308ac6b2da84e79ce15a26e98421b9365c
1 /*
2 * access.h: Access control definitions
4 * Author:
5 * Dick Porter (dick@ximian.com)
7 * (C) 2002 Ximian, Inc.
8 */
10 #ifndef _WAPI_ACCESS_H_
11 #define _WAPI_ACCESS_H_
13 #include <glib.h>
15 #include <mono/io-layer/wapi.h>
17 #define SYNCHRONIZE 0x00100000
18 #define STANDARD_RIGHTS_REQUIRED 0x000f0000
20 #endif /* _WAPI_ACCESS_H_ */