Commit 837e357d authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Removed non-standard header includes.

parent 6d0019fb
......@@ -21,10 +21,6 @@
#ifndef __WINE_DBGHELP_H
#define __WINE_DBGHELP_H
#include <windef.h>
#include <winbase.h>
#include <ver.h>
#ifdef __cplusplus
extern "C" {
#endif /* defined(__cplusplus) */
......
......@@ -23,9 +23,6 @@
* Wine Digital Video extensions
*/
#include <mmsystem.h>
#include <windef.h>
#ifdef __cplusplus
extern "C" {
#endif
......
......@@ -19,8 +19,6 @@
#ifndef __WINE_WINIOCTL_H
#define __WINE_WINIOCTL_H
#include <winnt.h>
#define CTL_CODE( DeviceType, Function, Method, Access ) ( \
(DWORD)((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
)
......
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