include: Move some included files outside of extern "C".
This commit is contained in:
parent
380fd731e2
commit
2349a5eb4f
|
@ -22,13 +22,13 @@
|
|||
#ifndef __WINE_DDRAWI_H
|
||||
#define __WINE_DDRAWI_H
|
||||
|
||||
#include <ddraw.h>
|
||||
#include <dciddi.h> /* the DD HAL is layered onto DCI escapes */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <ddraw.h>
|
||||
#include <dciddi.h> /* the DD HAL is layered onto DCI escapes */
|
||||
|
||||
typedef struct _DDVIDEOPORTCAPS *LPDDVIDEOPORTCAPS; /* should be in dvp.h */
|
||||
typedef struct _DDKERNELCAPS *LPDDKERNELCAPS; /* should be in ddkernel.h */
|
||||
typedef struct _VMEMHEAP *LPVMEMHEAP; /* should be in dmemmgr.h */
|
||||
|
|
|
@ -19,14 +19,14 @@
|
|||
#ifndef MAPIVAL_H
|
||||
#define MAPIVAL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <mapiutil.h>
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
BOOL WINAPI FBadRglpszW(LPWSTR*,ULONG);
|
||||
BOOL WINAPI FBadRowSet(LPSRowSet);
|
||||
BOOL WINAPI FBadRglpNameID(LPMAPINAMEID*,ULONG);
|
||||
|
|
|
@ -19,14 +19,14 @@
|
|||
#ifndef __WINE_MSI_H
|
||||
#define __WINE_MSI_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef _MSI_NO_CRYPTO
|
||||
#include <wincrypt.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef ULONG MSIHANDLE;
|
||||
|
||||
typedef enum tagINSTALLSTATE
|
||||
|
|
|
@ -24,12 +24,12 @@
|
|||
#ifndef __WINE_RPCNDR_H
|
||||
#define __WINE_RPCNDR_H
|
||||
|
||||
#include <basetsd.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <basetsd.h>
|
||||
|
||||
#undef CONST_VTBL
|
||||
#ifdef CONST_VTABLE
|
||||
# define CONST_VTBL const
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
#include <commctrl.h>
|
||||
#include <prsht.h>
|
||||
#include <shlguid.h>
|
||||
#include <shtypes.h>
|
||||
#include <shobjidl.h>
|
||||
|
||||
#ifdef WINE_NO_UNICODE_MACROS
|
||||
#undef GetObject
|
||||
|
@ -35,9 +37,6 @@ extern "C" {
|
|||
/* Except for specific structs, this header is byte packed */
|
||||
#include <pshpack1.h>
|
||||
|
||||
#include <shtypes.h>
|
||||
#include <shobjidl.h>
|
||||
|
||||
#ifndef HPSXA_DEFINED
|
||||
#define HPSXA_DEFINED
|
||||
DECLARE_HANDLE(HPSXA);
|
||||
|
|
Loading…
Reference in New Issue