ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSYS2/mingw32/i686-w64-mingw32/include/wnnc.h
Revision: 1166
Committed: Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy
Content type: text/x-chdr
File size: 2790 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File Contents

# Content
1 /**
2 * This file is part of the mingw-w64 runtime package.
3 * No warranty is given; refer to the file DISCLAIMER within this package.
4 */
5
6 #ifndef _WNNC_
7 #define _WNNC_
8
9 #include <winapifamily.h>
10
11 #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
12
13 #define WNNC_NET_MSNET 0x00010000
14 #define WNNC_NET_LANMAN WNNC_NET_SMB
15 #define WNNC_NET_SMB 0x00020000
16 #define WNNC_NET_NETWARE 0x00030000
17 #define WNNC_NET_VINES 0x00040000
18 #define WNNC_NET_10NET 0x00050000
19 #define WNNC_NET_LOCUS 0x00060000
20 #define WNNC_NET_SUN_PC_NFS 0x00070000
21 #define WNNC_NET_LANSTEP 0x00080000
22 #define WNNC_NET_9TILES 0x00090000
23 #define WNNC_NET_LANTASTIC 0x000a0000
24 #define WNNC_NET_AS400 0x000b0000
25 #define WNNC_NET_FTP_NFS 0x000c0000
26 #define WNNC_NET_PATHWORKS 0x000d0000
27 #define WNNC_NET_LIFENET 0x000e0000
28 #define WNNC_NET_POWERLAN 0x000f0000
29 #define WNNC_NET_BWNFS 0x00100000
30 #define WNNC_NET_COGENT 0x00110000
31 #define WNNC_NET_FARALLON 0x00120000
32 #define WNNC_NET_APPLETALK 0x00130000
33 #define WNNC_NET_INTERGRAPH 0x00140000
34 #define WNNC_NET_SYMFONET 0x00150000
35 #define WNNC_NET_CLEARCASE 0x00160000
36 #define WNNC_NET_FRONTIER 0x00170000
37 #define WNNC_NET_BMC 0x00180000
38 #define WNNC_NET_DCE 0x00190000
39 #define WNNC_NET_AVID 0x001a0000
40 #define WNNC_NET_DOCUSPACE 0x001b0000
41 #define WNNC_NET_MANGOSOFT 0x001c0000
42 #define WNNC_NET_SERNET 0x001d0000
43 #define WNNC_NET_RIVERFRONT1 0x001e0000
44 #define WNNC_NET_RIVERFRONT2 0x001f0000
45 #define WNNC_NET_DECORB 0x00200000
46 #define WNNC_NET_PROTSTOR 0x00210000
47 #define WNNC_NET_FJ_REDIR 0x00220000
48 #define WNNC_NET_DISTINCT 0x00230000
49 #define WNNC_NET_TWINS 0x00240000
50 #define WNNC_NET_RDR2SAMPLE 0x00250000
51 #define WNNC_NET_CSC 0x00260000
52 #define WNNC_NET_3IN1 0x00270000
53 #define WNNC_NET_EXTENDNET 0x00290000
54 #define WNNC_NET_STAC 0x002a0000
55 #define WNNC_NET_FOXBAT 0x002b0000
56 #define WNNC_NET_YAHOO 0x002c0000
57 #define WNNC_NET_EXIFS 0x002d0000
58 #define WNNC_NET_DAV 0x002e0000
59 #define WNNC_NET_KNOWARE 0x002f0000
60 #define WNNC_NET_OBJECT_DIRE 0x00300000
61 #define WNNC_NET_MASFAX 0x00310000
62 #define WNNC_NET_HOB_NFS 0x00320000
63 #define WNNC_NET_SHIVA 0x00330000
64 #define WNNC_NET_IBMAL 0x00340000
65 #define WNNC_NET_LOCK 0x00350000
66 #define WNNC_NET_TERMSRV 0x00360000
67 #define WNNC_NET_SRT 0x00370000
68 #define WNNC_NET_QUINCY 0x00380000
69 #define WNNC_NET_OPENAFS 0x00390000
70 #define WNNC_NET_AVID1 0x003a0000
71 #define WNNC_NET_DFS 0x003b0000
72 #define WNNC_NET_KWNP 0x003c0000
73 #define WNNC_NET_ZENWORKS 0x003d0000
74 #define WNNC_NET_DRIVEONWEB 0x003e0000
75 #define WNNC_NET_VMWARE 0x003f0000
76 #define WNNC_NET_RSFX 0x00400000
77 #define WNNC_NET_MFILES 0x00410000
78 #define WNNC_NET_MS_NFS 0x00420000
79 #define WNNC_NET_GOOGLE 0x00430000
80 #define WNNC_NET_NDFS 0x00440000
81
82 #define WNNC_CRED_MANAGER 0xffff0000
83
84 #endif /* WINAPI_PARTITION_DESKTOP. */
85
86 #endif