4 * Constants for file sharing functions.
6 * This file is part of the Mingw32 package.
9 * Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
11 * THIS SOFTWARE IS NOT COPYRIGHTED
13 * This source code is offered for use in the public domain. You may
14 * use, modify or distribute it freely.
16 * This code is distributed in the hope that it will be useful but
17 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
18 * DISCLAIMED. This includes but is not limited to warranties of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
23 * $Date: 2005/04/17 13:14:29 $
27 #ifndef __STRICT_ANSI__
32 /* All the headers include this file. */
35 #define SH_COMPAT 0x00 /* Compatibility */
36 #define SH_DENYRW 0x10 /* Deny read/write */
37 #define SH_DENYWR 0x20 /* Deny write */
38 #define SH_DENYRD 0x30 /* Deny read */
39 #define SH_DENYNO 0x40 /* Deny nothing */
41 #endif /* Not _SHARE_H_ */
43 #endif /* Not __STRICT_ANSI__ */