source:
trunk/src/emx/include/share.h@
63
Last change on this file since 63 was 18, checked in by , 22 years ago | |
---|---|
|
|
File size: 203 bytes |
Line | |
---|---|
1 | /* share.h (emx+gcc) */ |
2 | |
3 | #ifndef _SHARE_H |
4 | #define _SHARE_H |
5 | |
6 | #define SH_DENYRW 0x10 |
7 | #define SH_DENYWR 0x20 |
8 | #define SH_DENYRD 0x30 |
9 | #define SH_DENYNO 0x40 |
10 | |
11 | #endif /* not _SHARE_H */ |
Note:
See TracBrowser
for help on using the repository browser.