dos_compilers/Intel iC-86 Compiler v4.5/INC/SHARE.H

17 lines
348 B
C++
Raw Normal View History

2024-07-02 16:18:39 +02:00
/* share.h - file sharing permission levels
* $Version: 1.11 $
* Copyright (C) 1988-91 Intel Corporation, ALL RIGHTS RESERVED
*/
#ifndef _shareh
#define _shareh
/*lint -library */
#define SH_COMPAT 0x00
#define SH_DENYRW 0x10
#define SH_DENYWR 0x20
#define SH_DENYRD 0x30
#define SH_DENYNO 0x40
#endif /* _shareh */