VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/share.h@ 19711

最後變更 在這個檔案從19711是 19678,由 vboxsync 提交於 16 年 前

opengl: update wine to 1.1.21, add d3d9.dll to build list

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.6 KB
 
1/*
2 * share.h
3 *
4 * Constants for file sharing functions.
5 *
6 * Derived from the Mingw32 header written by Colin Peters.
7 * Modified for Wine use by Bill Medland
8 * This file is in the public domain.
9 *
10 * Original header contained the following
11 *
12 * THIS SOFTWARE IS NOT COPYRIGHTED
13 *
14 * This source code is offered for use in the public domain. You may
15 * use, modify or distribute it freely.
16 *
17 * This code is distributed in the hope that it will be useful but
18 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
19 * DISCLAIMED. This includes but is not limited to warranties of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21 *
22 */
23
24/*
25 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
26 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
27 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
28 * a choice of LGPL license versions is made available with the language indicating
29 * that LGPLv2 or any later version may be used, or where a choice of which version
30 * of the LGPL is applied is otherwise unspecified.
31 */
32
33#ifndef __WINE_SHARE_H
34#define __WINE_SHARE_H
35#ifndef __WINE_USE_MSVCRT
36#define __WINE_USE_MSVCRT
37#endif
38
39#define SH_COMPAT 0x00 /* Compatibility */
40#define SH_DENYRW 0x10 /* Deny read/write */
41#define SH_DENYWR 0x20 /* Deny write */
42#define SH_DENYRD 0x30 /* Deny read */
43#define SH_DENYNO 0x40 /* Deny nothing */
44
45#define _SH_COMPAT SH_COMPAT
46#define _SH_DENYRW SH_DENYRW
47#define _SH_DENYWR SH_DENYWR
48#define _SH_DENYRD SH_DENYRD
49#define _SH_DENYNO SH_DENYNO
50
51#endif /* __WINE_SHARE_H_ */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette