Removed non-standard header includes.
This commit is contained in:
parent
6d0019fb0e
commit
837e357d8e
|
@ -21,10 +21,6 @@
|
||||||
#ifndef __WINE_DBGHELP_H
|
#ifndef __WINE_DBGHELP_H
|
||||||
#define __WINE_DBGHELP_H
|
#define __WINE_DBGHELP_H
|
||||||
|
|
||||||
#include <windef.h>
|
|
||||||
#include <winbase.h>
|
|
||||||
#include <ver.h>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /* defined(__cplusplus) */
|
#endif /* defined(__cplusplus) */
|
||||||
|
|
|
@ -23,9 +23,6 @@
|
||||||
* Wine Digital Video extensions
|
* Wine Digital Video extensions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <mmsystem.h>
|
|
||||||
#include <windef.h>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -19,8 +19,6 @@
|
||||||
#ifndef __WINE_WINIOCTL_H
|
#ifndef __WINE_WINIOCTL_H
|
||||||
#define __WINE_WINIOCTL_H
|
#define __WINE_WINIOCTL_H
|
||||||
|
|
||||||
#include <winnt.h>
|
|
||||||
|
|
||||||
#define CTL_CODE( DeviceType, Function, Method, Access ) ( \
|
#define CTL_CODE( DeviceType, Function, Method, Access ) ( \
|
||||||
(DWORD)((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
|
(DWORD)((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue