source: trunk/src/emx/include/share.h@ 119

Last change on this file since 119 was 18, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
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.