OSDN Git Service

Correct mistyped __MINGW_NOTHROW macro.
[mingw/mingw-org-wsl.git] / include / cguid.h
1 /**
2  * @file cguid.h
3  * Copyright 2012, 2013 MinGW.org project
4  *
5  * Permission is hereby granted, free of charge, to any person obtaining a
6  * copy of this software and associated documentation files (the "Software"),
7  * to deal in the Software without restriction, including without limitation
8  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9  * and/or sell copies of the Software, and to permit persons to whom the
10  * Software is furnished to do so, subject to the following conditions:
11  * 
12  * The above copyright notice and this permission notice (including the next
13  * paragraph) shall be included in all copies or substantial portions of the
14  * Software.
15  * 
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22  * DEALINGS IN THE SOFTWARE.
23  */
24 #ifndef _CGUID_H
25 #define _CGUID_H
26 #pragma GCC system_header
27 #include <_mingw.h>
28
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 extern const IID GUID_NULL;
33 extern const IID IID_IRpcChannel;
34 extern const IID IID_IRpcStub;
35 extern const IID IID_IStubManager;
36 extern const IID IID_IRpcProxy;
37 extern const IID IID_IProxyManager;
38 extern const IID IID_IPSFactory;
39 extern const IID IID_IInternalMoniker;
40 extern const IID IID_IDfReserved1;
41 extern const IID IID_IDfReserved2;
42 extern const IID IID_IDfReserved3;
43 extern const CLSID CLSID_StdMarshal;
44 extern const IID IID_IStub;
45 extern const IID IID_IProxy;
46 extern const IID IID_IEnumGeneric;
47 extern const IID IID_IEnumHolder;
48 extern const IID IID_IEnumCallback;
49 extern const IID IID_IOleManager;
50 extern const IID IID_IOlePresObj;
51 extern const IID IID_IDebug;
52 extern const IID IID_IDebugStream;
53 extern const CLSID CLSID_PSGenObject;
54 extern const CLSID CLSID_PSClientSite;
55 extern const CLSID CLSID_PSClassObject;
56 extern const CLSID CLSID_PSInPlaceActive;
57 extern const CLSID CLSID_PSInPlaceFrame;
58 extern const CLSID CLSID_PSDragDrop;
59 extern const CLSID CLSID_PSBindCtx;
60 extern const CLSID CLSID_PSEnumerators;
61 extern const CLSID CLSID_StaticMetafile;
62 extern const CLSID CLSID_StaticDib;
63 extern const CLSID CID_CDfsVolume;
64 extern const CLSID CLSID_CCDFormKrnl;
65 extern const CLSID CLSID_CCDPropertyPage;
66 extern const CLSID CLSID_CCDFormDialog;
67 extern const CLSID CLSID_CCDCommandButton;
68 extern const CLSID CLSID_CCDComboBox;
69 extern const CLSID CLSID_CCDTextBox;
70 extern const CLSID CLSID_CCDCheckBox;
71 extern const CLSID CLSID_CCDLabel;
72 extern const CLSID CLSID_CCDOptionButton;
73 extern const CLSID CLSID_CCDListBox;
74 extern const CLSID CLSID_CCDScrollBar;
75 extern const CLSID CLSID_CCDGroupBox;
76 extern const CLSID CLSID_CCDGeneralPropertyPage;
77 extern const CLSID CLSID_CCDGenericPropertyPage;
78 extern const CLSID CLSID_CCDFontPropertyPage;
79 extern const CLSID CLSID_CCDColorPropertyPage;
80 extern const CLSID CLSID_CCDLabelPropertyPage;
81 extern const CLSID CLSID_CCDCheckBoxPropertyPage;
82 extern const CLSID CLSID_CCDTextBoxPropertyPage;
83 extern const CLSID CLSID_CCDOptionButtonPropertyPage;
84 extern const CLSID CLSID_CCDListBoxPropertyPage;
85 extern const CLSID CLSID_CCDCommandButtonPropertyPage;
86 extern const CLSID CLSID_CCDComboBoxPropertyPage;
87 extern const CLSID CLSID_CCDScrollBarPropertyPage;
88 extern const CLSID CLSID_CCDGroupBoxPropertyPage;
89 extern const CLSID CLSID_CCDXObjectPropertyPage;
90 extern const CLSID CLSID_CStdPropertyFrame;
91 extern const CLSID CLSID_CFormPropertyPage;
92 extern const CLSID CLSID_CGridPropertyPage;
93 extern const CLSID CLSID_CWSJArticlePage;
94 extern const CLSID CLSID_CSystemPage;
95 extern const CLSID CLSID_IdentityUnmarshal;
96 extern const CLSID CLSID_InProcFreeMarshaler;
97 extern const CLSID CLSID_Picture_Metafile;
98 extern const CLSID CLSID_Picture_EnhMetafile;
99 extern const CLSID CLSID_Picture_Dib;
100 extern const CLSID CLSID_StdGlobalInterfaceTable;
101 extern const GUID GUID_TRISTATE;
102 #ifdef __cplusplus
103 }
104 #endif
105 #endif