cf62424b92
cguid.h, commctrl.h, commdlg.h, cpl.h, cplext.h, custcntl.h, dbt.h, dde.h, ddeml.h, dlgs.h, excpt.h, httpext.h, imagehlp.h, imm.h, initguid.h, intshcut.h, ipexport.h, iphlpapi.h, ipifcons.h, iprtrmib.h, iptypes.h, isguids.h, largeint.h, lm.h, lmaccess.h, lmalert.h, lmapibuf.h, lmat.h, lmaudit.h, lmbrowsr.h, lmchdev.h, lmconfig.h, lmcons.h, lmerr.h, lmerrlog.h, lmmsg.h, lmremutl.h, lmrepl.h, lmserver.h, lmshare.h, lmsname.h, lmstats.h, lmsvc.h, lmuse.h, lmuseflg.h, lmwksta.h, lzexpand.h, mapi.h, mciavi.h, mcx.h, mmsystem.h, mswsock.h, nb30.h, nddeapi.h, nspapi.h, ntdef.h, ntsecapi.h, ntsecpkg.h, oaidl.h, objbase.h, objfwd.h, objidl.h, odbcinst.h, ole.h, ole2.h, ole2ver.h, oleauto.h, olectl.h, olectlid.h, oledlg.h, oleidl.h, pbt.h, prsht.h, psapi.h, rapi.h, ras.h, raserror.h, rassapi.h, regstr.h, richedit.h, richole.h, rpc.h, rpcdce.h, rpcdce2.h, rpcdcep.h, rpcndr.h, rpcnsi.h, rpcnsip.h, rpcnterr.h, rpcproxy.h, schannel.h, schnlsp.h, scrnsave.h, security.h, setupapi.h, shellapi.h, shlguid.h, shlobj.h, sql.h, sqlext.h, sqltypes.h, sqlucode.h, sspi.h, subauth.h, tlhelp32.h, unknwn.h, userenv.h, w32api.h, winbase.h, wincon.h, wincrypt.h, windef.h, windows.h, windowsx.h, winerror.h, wingdi.h, wininet.h, winioctl.h, winnetwk.h, winnls.h, winnt.h, winperf.h, winreg.h, winresrc.h, winsock.h, winsock2.h, winspool.h, winsvc.h, winuser.h, winver.h, ws2tcpip.h, wsnetbs.h, wtypes.h, zmouse.h: Add #pragma GCC system_header if __GNUC__ >= 3. * include/mapi.h: Change header guard name to _MAPI_H for consistency.
83 lines
2.8 KiB
C
83 lines
2.8 KiB
C
#ifndef _CGUID_H
|
|
#define _CGUID_H
|
|
#if __GNUC__ >=3
|
|
#pragma GCC system_header
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
extern const IID GUID_NULL;
|
|
extern const IID IID_IRpcChannel;
|
|
extern const IID IID_IRpcStub;
|
|
extern const IID IID_IStubManager;
|
|
extern const IID IID_IRpcProxy;
|
|
extern const IID IID_IProxyManager;
|
|
extern const IID IID_IPSFactory;
|
|
extern const IID IID_IInternalMoniker;
|
|
extern const IID IID_IDfReserved1;
|
|
extern const IID IID_IDfReserved2;
|
|
extern const IID IID_IDfReserved3;
|
|
extern const CLSID CLSID_StdMarshal;
|
|
extern const IID IID_IStub;
|
|
extern const IID IID_IProxy;
|
|
extern const IID IID_IEnumGeneric;
|
|
extern const IID IID_IEnumHolder;
|
|
extern const IID IID_IEnumCallback;
|
|
extern const IID IID_IOleManager;
|
|
extern const IID IID_IOlePresObj;
|
|
extern const IID IID_IDebug;
|
|
extern const IID IID_IDebugStream;
|
|
extern const CLSID CLSID_PSGenObject;
|
|
extern const CLSID CLSID_PSClientSite;
|
|
extern const CLSID CLSID_PSClassObject;
|
|
extern const CLSID CLSID_PSInPlaceActive;
|
|
extern const CLSID CLSID_PSInPlaceFrame;
|
|
extern const CLSID CLSID_PSDragDrop;
|
|
extern const CLSID CLSID_PSBindCtx;
|
|
extern const CLSID CLSID_PSEnumerators;
|
|
extern const CLSID CLSID_StaticMetafile;
|
|
extern const CLSID CLSID_StaticDib;
|
|
extern const CLSID CID_CDfsVolume;
|
|
extern const CLSID CLSID_CCDFormKrnl;
|
|
extern const CLSID CLSID_CCDPropertyPage;
|
|
extern const CLSID CLSID_CCDFormDialog;
|
|
extern const CLSID CLSID_CCDCommandButton;
|
|
extern const CLSID CLSID_CCDComboBox;
|
|
extern const CLSID CLSID_CCDTextBox;
|
|
extern const CLSID CLSID_CCDCheckBox;
|
|
extern const CLSID CLSID_CCDLabel;
|
|
extern const CLSID CLSID_CCDOptionButton;
|
|
extern const CLSID CLSID_CCDListBox;
|
|
extern const CLSID CLSID_CCDScrollBar;
|
|
extern const CLSID CLSID_CCDGroupBox;
|
|
extern const CLSID CLSID_CCDGeneralPropertyPage;
|
|
extern const CLSID CLSID_CCDGenericPropertyPage;
|
|
extern const CLSID CLSID_CCDFontPropertyPage;
|
|
extern const CLSID CLSID_CCDColorPropertyPage;
|
|
extern const CLSID CLSID_CCDLabelPropertyPage;
|
|
extern const CLSID CLSID_CCDCheckBoxPropertyPage;
|
|
extern const CLSID CLSID_CCDTextBoxPropertyPage;
|
|
extern const CLSID CLSID_CCDOptionButtonPropertyPage;
|
|
extern const CLSID CLSID_CCDListBoxPropertyPage;
|
|
extern const CLSID CLSID_CCDCommandButtonPropertyPage;
|
|
extern const CLSID CLSID_CCDComboBoxPropertyPage;
|
|
extern const CLSID CLSID_CCDScrollBarPropertyPage;
|
|
extern const CLSID CLSID_CCDGroupBoxPropertyPage;
|
|
extern const CLSID CLSID_CCDXObjectPropertyPage;
|
|
extern const CLSID CLSID_CStdPropertyFrame;
|
|
extern const CLSID CLSID_CFormPropertyPage;
|
|
extern const CLSID CLSID_CGridPropertyPage;
|
|
extern const CLSID CLSID_CWSJArticlePage;
|
|
extern const CLSID CLSID_CSystemPage;
|
|
extern const CLSID CLSID_IdentityUnmarshal;
|
|
extern const CLSID CLSID_InProcFreeMarshaler;
|
|
extern const CLSID CLSID_Picture_Metafile;
|
|
extern const CLSID CLSID_Picture_EnhMetafile;
|
|
extern const CLSID CLSID_Picture_Dib;
|
|
extern const GUID GUID_TRISTATE;
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|