Removed non-standard header includes.

oldstable
Dimitrie O. Paun 2003-09-04 19:39:08 +00:00 committed by Alexandre Julliard
parent 6d0019fb0e
commit 837e357d8e
3 changed files with 0 additions and 9 deletions

View File

@ -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) */

View File

@ -23,9 +23,6 @@
* Wine Digital Video extensions
*/
#include <mmsystem.h>
#include <windef.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -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) \
)