include: Add missing include directives.

This commit is contained in:
Francois Gouget 2011-12-15 20:19:31 +01:00 committed by Alexandre Julliard
parent 6fe14a0153
commit 4ed257665c
8 changed files with 11 additions and 3 deletions

View File

@ -20,6 +20,8 @@
#ifndef __WINE_DMUSIC_BUFFER_H #ifndef __WINE_DMUSIC_BUFFER_H
#define __WINE_DMUSIC_BUFFER_H #define __WINE_DMUSIC_BUFFER_H
#include <dmdls.h>
/***************************************************************************** /*****************************************************************************
* Misc. definitions * Misc. definitions
*/ */

View File

@ -19,6 +19,8 @@
#ifndef __DPNATHLP_H__ #ifndef __DPNATHLP_H__
#define __DPNATHLP_H__ #define __DPNATHLP_H__
#include <ole2.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -19,6 +19,8 @@
#ifndef __WINE_FDI_H #ifndef __WINE_FDI_H
#define __WINE_FDI_H #define __WINE_FDI_H
#include <basetsd.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif /* defined(__cplusplus) */ #endif /* defined(__cplusplus) */

View File

@ -20,6 +20,7 @@
#define __WINE_LMWKSTA_H #define __WINE_LMWKSTA_H
#include <lmcons.h> #include <lmcons.h>
#include <lmuseflg.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@ -23,8 +23,8 @@
extern "C" { extern "C" {
#endif #endif
/* #include <ifdef.h>*/ #include <ifdef.h>
/* #include <devpkey.h> */ #include <devpkey.h>
/* #include <pciprop.h> */ /* #include <pciprop.h> */
#define _NDIS_CONTROL_CODE(request, method) \ #define _NDIS_CONTROL_CODE(request, method) \

View File

@ -19,7 +19,6 @@
#ifndef __WINE_PROPVARUTIL_H #ifndef __WINE_PROPVARUTIL_H
#define __WINE_PROPVARUTIL_H #define __WINE_PROPVARUTIL_H
#include <propidl.h>
#include <shtypes.h> #include <shtypes.h>
#include <shlwapi.h> #include <shlwapi.h>

View File

@ -21,6 +21,7 @@
#define _INC_SETUPAPI #define _INC_SETUPAPI
#include <commctrl.h> #include <commctrl.h>
#include <devpropdef.h>
#ifdef _WIN64 #ifdef _WIN64
#include <pshpack8.h> #include <pshpack8.h>

View File

@ -21,6 +21,7 @@
/* FIXME: #include <iedial.h> */ /* FIXME: #include <iedial.h> */
#include <schannel.h> #include <schannel.h>
#include <sspi.h>
typedef struct _INTERNET_CACHE_CONFIG_PATH_ENTRYA typedef struct _INTERNET_CACHE_CONFIG_PATH_ENTRYA
{ {