11 lines
257 B
C
11 lines
257 B
C
/*$no list*//*$no trace <<< share.h >>> */
|
|
/* Copyright (c) Mix Software 1988 */
|
|
|
|
#define SH_COMPAT 0x00
|
|
#define SH_DENYRW 0x10
|
|
#define SH_DENYWR 0x20
|
|
#define SH_DENYRD 0x30
|
|
#define SH_DENYNO 0x40
|
|
|
|
/*$list*//*$trace <<< share.h >>> */
|