Last change
on this file since 1624 was 1506, checked in by bird, 21 years ago |
@unixroot. header reviews. ++
|
-
Property cvs2svn:cvs-rev
set to
1.2
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
262 bytes
|
Line | |
---|
1 | /* share.h,v 1.2 2004/09/14 22:27:35 bird Exp */
|
---|
2 | /** @file
|
---|
3 | * EMX. VAC legacy.
|
---|
4 | */
|
---|
5 |
|
---|
6 | #ifndef _SHARE_H
|
---|
7 | #define _SHARE_H
|
---|
8 |
|
---|
9 | #define SH_DENYRW 0x10
|
---|
10 | #define SH_DENYWR 0x20
|
---|
11 | #define SH_DENYRD 0x30
|
---|
12 | #define SH_DENYNO 0x40
|
---|
13 |
|
---|
14 | #endif /* not _SHARE_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.