source:
trunk/src/emx/include/share.h@
1331
| Last change on this file since 1331 was 18, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 203 bytes | |
| Rev | Line | |
|---|---|---|
| [18] | 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.
