Commit 4ed25766 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

include: Add missing include directives.

parent 6fe14a01
...@@ -20,6 +20,8 @@ ...@@ -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
*/ */
......
...@@ -19,6 +19,8 @@ ...@@ -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
......
...@@ -19,6 +19,8 @@ ...@@ -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) */
......
...@@ -20,6 +20,7 @@ ...@@ -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" {
......
...@@ -23,8 +23,8 @@ ...@@ -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) \
......
...@@ -19,7 +19,6 @@ ...@@ -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>
......
...@@ -21,6 +21,7 @@ ...@@ -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>
......
...@@ -21,6 +21,7 @@ ...@@ -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
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment