include: Move some included files outside of extern "C".

This commit is contained in:
Alexandre Julliard 2010-09-07 11:36:46 +02:00
parent 380fd731e2
commit 2349a5eb4f
5 changed files with 15 additions and 16 deletions

View File

@ -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 */

View File

@ -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);

View File

@ -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

View File

@ -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

View File

@ -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);