include: Add missing include directives.
This commit is contained in:
parent
6fe14a0153
commit
4ed257665c
|
@ -20,6 +20,8 @@
|
|||
#ifndef __WINE_DMUSIC_BUFFER_H
|
||||
#define __WINE_DMUSIC_BUFFER_H
|
||||
|
||||
#include <dmdls.h>
|
||||
|
||||
/*****************************************************************************
|
||||
* Misc. definitions
|
||||
*/
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
#ifndef __DPNATHLP_H__
|
||||
#define __DPNATHLP_H__
|
||||
|
||||
#include <ole2.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
#ifndef __WINE_FDI_H
|
||||
#define __WINE_FDI_H
|
||||
|
||||
#include <basetsd.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* defined(__cplusplus) */
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#define __WINE_LMWKSTA_H
|
||||
|
||||
#include <lmcons.h>
|
||||
#include <lmuseflg.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* #include <ifdef.h>*/
|
||||
/* #include <devpkey.h> */
|
||||
#include <ifdef.h>
|
||||
#include <devpkey.h>
|
||||
/* #include <pciprop.h> */
|
||||
|
||||
#define _NDIS_CONTROL_CODE(request, method) \
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#ifndef __WINE_PROPVARUTIL_H
|
||||
#define __WINE_PROPVARUTIL_H
|
||||
|
||||
#include <propidl.h>
|
||||
#include <shtypes.h>
|
||||
#include <shlwapi.h>
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#define _INC_SETUPAPI
|
||||
|
||||
#include <commctrl.h>
|
||||
#include <devpropdef.h>
|
||||
|
||||
#ifdef _WIN64
|
||||
#include <pshpack8.h>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
/* FIXME: #include <iedial.h> */
|
||||
#include <schannel.h>
|
||||
#include <sspi.h>
|
||||
|
||||
typedef struct _INTERNET_CACHE_CONFIG_PATH_ENTRYA
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue