* include/accctrl.h, aclapi.h, basetsd.h, basetyps.h, cderr.h,

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.
This commit is contained in:
Danny Smith 2002-03-09 09:04:10 +00:00
parent 96a3b54498
commit cf62424b92
140 changed files with 562 additions and 5 deletions

View File

@ -1,3 +1,34 @@
2002-03-09 Danny Smith <dannysmith@users.sourceforge.net>
* include/accctrl.h, aclapi.h, basetsd.h, basetyps.h, cderr.h,
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.
2002-03-08 Danny Smith <dannysmith@users.sourceforge.net>
* include/accctrl.h (_ACCCTRL_H): Correct typo.

View File

@ -1,5 +1,8 @@
#ifndef _ACCCTRL_H
#define _ACCCTRL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {

View File

@ -1,5 +1,8 @@
#ifndef _ACLAPI_H
#define _ACLAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <windows.h>
#include <accctrl.h>

View File

@ -1,5 +1,8 @@
#ifndef _BASETSD_H
#define _BASETSD_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __GNUC__
#ifndef __int64

View File

@ -1,12 +1,15 @@
#ifndef _BASETYPS_H
#define _BASETYPS_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifndef __OBJC__
#ifdef __cplusplus
#define EXTERN_C extern "C"
#else
#define EXTERN_C extern
#endif
#endif /* __cplusplus */
#define STDMETHODCALLTYPE __stdcall
#define STDMETHODVCALLTYPE __cdecl
#define STDAPICALLTYPE __stdcall

View File

@ -1,5 +1,9 @@
#ifndef _CDERR_H
#define _CDERR_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define CDERR_DIALOGFAILURE 0xFFFF
#define CDERR_GENERALCODES 0x0000
#define CDERR_STRUCTSIZE 0x0001

View File

@ -1,5 +1,9 @@
#ifndef _CGUID_H
#define _CGUID_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _COMMCTRL_H
#define _COMMCTRL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <prsht.h>
#ifdef __cplusplus
extern "C" {

View File

@ -1,5 +1,9 @@
#ifndef _COMMDLG_H
#define _COMMDLG_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _CPL_H
#define _CPL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _CPLEXT_H
#define _CPLEXT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define CPLPAGE_MOUSE_BUTTONS 1
#define CPLPAGE_MOUSE_PTRMOTION 2
#define CPLPAGE_KEYBOARD_SPEED 1

View File

@ -1,5 +1,9 @@
#ifndef _CUSTCNTL_H
#define _CUSTCNTL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _DBT_H
#define _DBT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _DDE_H
#define _DDE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _DDEML_H
#define _DDEML_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _DLGS_H
#define _DLGS_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,8 @@
#ifndef _EXCPT_H
#define _EXCPT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
/* FIXME: This will make some code compile. The programs will most
likely crash when an exception is raised, but at least they will

View File

@ -10,6 +10,9 @@
#ifndef _HTTPEXT_H
#define _HTTPEXT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <windows.h>

View File

@ -17,6 +17,9 @@
#ifndef _IMAGEHLP_H
#define _IMAGEHLP_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {

View File

@ -1,5 +1,9 @@
#ifndef _IMM_H
#define _IMM_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _INITGUID_H
#define _INITGUID_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifndef DEFINE_GUID
#include <basetyps.h>
#endif

View File

@ -1,5 +1,9 @@
#ifndef _INTSHCUT_H
#define _INTSHCUT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <isguids.h>
#ifdef __cplusplus
extern "C" {

View File

@ -1,5 +1,9 @@
#ifndef _IPEXPORT_H
#define _IPEXPORT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _IPHLPAPI_H
#define _IPHLPAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <iprtrmib.h>
#include <ipexport.h>
#include <iptypes.h>

View File

@ -1,5 +1,9 @@
#ifndef _IPIFCONS_H
#define _IPIFCONS_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define MIB_IF_ADMIN_STATUS_UP 1
#define MIB_IF_ADMIN_STATUS_DOWN 2
#define MIB_IF_ADMIN_STATUS_TESTING 3

View File

@ -1,5 +1,9 @@
#ifndef _IPRTRMIB_H
#define _IPRTRMIB_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <ipifcons.h>
#ifdef __cplusplus
extern "C" {

View File

@ -1,5 +1,9 @@
#ifndef _IPTYPES_H
#define _IPTYPES_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <sys/types.h>
#ifdef __cplusplus
extern "C" {

View File

@ -1,5 +1,9 @@
#ifndef _ISGUID_H
#define _ISGUID_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -6,6 +6,9 @@
*/
#ifndef _LARGEINT_H
#define _LARGEINT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <windows.h>

View File

@ -1,5 +1,8 @@
#ifndef _LM_H
#define _LM_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <lmcons.h>
#include <lmaccess.h>

View File

@ -1,5 +1,9 @@
#ifndef _LMACCESS_H
#define _LMACCESS_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMALERT_H
#define _LMALERT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define ALERTER_MAILSLOT TEXT("\\\\.\\MAILSLOT\\Alerter")
#define ALERT_PRINT_EVENT TEXT("PRINTING")
#define ALERT_MESSAGE_EVENT TEXT("MESSAGE")

View File

@ -1,5 +1,9 @@
#ifndef _LMAPIBUF_H
#define _LMAPIBUF_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMAT_H
#define _LMAT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMAUDIT_H
#define _LMAUDIT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMBROWSR_H
#define _LMBROWSR_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMCHDEV_H
#define _LMCHDEV_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMCONFIG_H
#define _LMCONFIG_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMCONS_H
#define _LMCONS_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define MESSAGE_FILENAME TEXT("NETMSG")
#define OS2MSG_FILENAME TEXT("BASE")
#define HELP_MSG_FILENAME TEXT("NETH")

View File

@ -1,5 +1,9 @@
#ifndef _LMERR_H
#define _LMERR_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <winerror.h>
#define NERR_Success 0
#define NERR_BASE 2100

View File

@ -1,5 +1,9 @@
#ifndef _LMERRLOG_H
#define _LMERRLOG_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMMSG_H
#define _LMMSG_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMREMUTL_H
#define _LMREMUTL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMREPL_H
#define _LMREPL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMSERVER_H
#define _LMSERVER_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMSHARE_H
#define _LMSHARE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMSNAME_H
#define _LMSNAME_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define SERVICE_WORKSTATION TEXT("LanmanWorkstation")
#define SERVICE_LM20_WORKSTATION TEXT("WORKSTATION")
#define WORKSTATION_DISPLAY_NAME TEXT("Workstation")

View File

@ -1,5 +1,9 @@
#ifndef _LMSTATS_H
#define _LMSTATS_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMSVC_H
#define _LMSVC_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMUSE_H
#define _LMUSE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LMUSEFLG_H
#define _LMUSEFLG_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define USE_NOFORCE 0
#define USE_FORCE 1
#define USE_LOTS_OF_FORCE 2

View File

@ -1,5 +1,9 @@
#ifndef _LMWKSTA_H
#define _LMWKSTA_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _LZEXPAND_H
#define _LZEXPAND_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,8 @@
#ifndef _MAPI_H_
#define _MAPI_H_
#ifndef _MAPI_H
#define _MAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
@ -156,5 +159,5 @@ typedef ULONG (PASCAL * LPMAPILOGOFF)(LHANDLE,ULONG,FLAGS,ULONG);
}
#endif
#endif /* Not _MAPI_H_ */
#endif /* Not _MAPI_H */

View File

@ -1,5 +1,9 @@
#ifndef _MCIAVI_H
#define _MCIAVI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define MCI_MCIAVI_PLAY_WINDOW 0x1000000
#define MCI_MCIAVI_PLAY_FULLSCREEN 0x2000000
#define MCI_MCIAVI_PLAY_FULLBY2 0x4000000

View File

@ -1,5 +1,9 @@
#ifndef _MCX_H
#define _MCX_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,6 +1,9 @@
#ifndef _MMSYSTEM_H
#define _MMSYSTEM_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#pragma pack(push,1)
#ifdef __cplusplus
extern "C" {

View File

@ -11,7 +11,9 @@
#ifndef _MSWSOCK_H
#define _MSWSOCK_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _NB30_H
#define _NB30_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _NDDEAPI_H
#define _NDDEAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _NSPAPI_H
#define _NSPAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _NTDEF_H
#define _NTDEF_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define NTAPI __stdcall
#define OBJ_INHERIT 2L
#define OBJ_PERMANENT 16L

View File

@ -1,5 +1,9 @@
#ifndef _NTSECAPI_H
#define _NTSECAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,8 @@
#ifndef _NTSECPKG_H
#define _NTSECPKG_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define ISC_REQ_DELEGATE 1
#define ISC_REQ_MUTUAL_AUTH 2

View File

@ -1,5 +1,9 @@
#ifndef _OAIDL_H
#define _OAIDL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _OBJBASE_H
#define _OBJBASE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <rpc.h>
#include <rpcndr.h>
#include <stdlib.h>

View File

@ -1,5 +1,9 @@
#ifndef _OBJFWD_H
#define _OBJFWD_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,8 @@
#ifndef _OBJIDL_H
#define _OBJIDL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <objfwd.h>

View File

@ -1,5 +1,8 @@
#ifndef _ODBCINST_H
#define _ODBCINST_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <sql.h>
#ifdef __cplusplus
extern "C" {

View File

@ -1,5 +1,9 @@
#ifndef _OLE_H
#define _OLE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _OLE2_H
#define _OLE2_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#pragma pack(push,8)
#include <winerror.h>
#include <objbase.h>

View File

@ -1,5 +1,8 @@
#ifndef _OLE2VER_H
#define _OLE2VER_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define rmm 23
#define rup 639
#endif

View File

@ -1,5 +1,9 @@
#ifndef _OLEAUTO_H
#define _OLEAUTO_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#pragma pack(push,8)
#define WINOLEAUTAPI STDAPI
#define WINOLEAUTAPI_(type) STDAPI_(type)
@ -253,4 +257,5 @@ WINOLEAUTAPI VarSub(LPVARIANT, LPVARIANT, LPVARIANT);
WINOLEAUTAPI VarMul(LPVARIANT, LPVARIANT, LPVARIANT);
WINOLEAUTAPI VarDiv(LPVARIANT, LPVARIANT, LPVARIANT);
#pragma pack(pop)
#endif

View File

@ -1,5 +1,9 @@
#ifndef _OLECTL_H
#define _OLECTL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _OLECTLID_H
#define _OLECTLID_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _OLEDLG_H
#define _OLEDLG_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,8 @@
#ifndef _OLEIDL_H
#define _OLEIDL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {

View File

@ -1,5 +1,9 @@
#ifndef _PBT_H
#define _PBT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define PBT_APMQUERYSUSPEND 0
#define PBT_APMQUERYSTANDBY 1
#define PBT_APMQUERYSUSPENDFAILED 2

View File

@ -1,5 +1,9 @@
#ifndef _PRSHT_H
#define _PRSHT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -16,6 +16,9 @@
*/
#ifndef _PSAPI_H
#define _PSAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {

View File

@ -7,6 +7,9 @@
#ifndef _RAPI_H
#define _RAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
typedef struct IRAPIStream
{

View File

@ -1,5 +1,8 @@
#ifndef _RAS_H
#define _RAS_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C"

View File

@ -1,5 +1,9 @@
#ifndef _RASERROR_H
#define _RASERROR_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define RASBASE 600
#define SUCCESS 0
#define PENDING (RASBASE+0)

View File

@ -1,5 +1,9 @@
#ifndef _RASSAPI_H
#define _RASSAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _REGSTR_H
#define _REGSTR_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _RICHEDIT_H
#define _RICHEDIT_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _RICHOLE_H
#define _RICHOLE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _RPC_H
#define _RPC_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifndef RPC_NO_WINDOWS_H
#include <windows.h>
#endif

View File

@ -1,5 +1,8 @@
#ifndef _RPCDCE_H
#define _RPCDCE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {

View File

@ -1,5 +1,9 @@
#ifndef _RPCDCE2_H
#define _RPCDCE2_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _RPCDCEP_H
#define _RPCDCEP_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef __RPCNDR_H__
#define __RPCNDR_H__
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifndef __RPCNDR_H_VERSION__
#define __RPCNDR_H_VERSION__ ( 450 )
#endif /* __RPCNDR_H_VERSION__ */

View File

@ -1,5 +1,9 @@
#ifndef _RPCNSI_H
#define _RPCNSI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _RPCNSIP_H
#define _RPCNSIP_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -1,5 +1,9 @@
#ifndef _RPCNTERR_H
#define _RPCNTERR_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define RPC_S_OK ERROR_SUCCESS
#define RPC_S_INVALID_ARG ERROR_INVALID_PARAMETER
#define RPC_S_OUT_OF_MEMORY ERROR_OUTOFMEMORY

View File

@ -6,6 +6,10 @@
*/
#ifndef _RPCPROXY_H
#define _RPCPROXY_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#if defined __cplusplus && !defined CINTERFACE
#warning "rpcproxy type definitions require CINTERFACE"
#else

View File

@ -1,5 +1,8 @@
#ifndef _SCHANNEL_H
#define _SCHANNEL_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <wincrypt.h>

View File

@ -1,5 +1,9 @@
#ifndef _SCHNLSP_H
#define _SCHNLSP_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define SECPKG_ATTR_SUPPORTED_ALGS 86
#define SECPKG_ATTR_CIPHER_STRENGTHS 87

View File

@ -9,6 +9,9 @@
*/
#ifndef _SCRNSAVE_H
#define _SCRNSAVE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {

View File

@ -1,5 +1,9 @@
#ifndef _SECURITY_H
#define _SECURITY_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define SEC_E_OK 0
#define SEC_E_CERT_EXPIRED (-2146893016)

Some files were not shown because too many files have changed in this diff Show More