Don't include windows.h in drivers.

svn path=/trunk/; revision=15965
This commit is contained in:
Filip Navara 2005-06-17 10:54:34 +00:00
parent 3fb65d4597
commit ab4dfd00f0
5 changed files with 2 additions and 6 deletions

View file

@ -16,7 +16,6 @@
#include <ddk/ntddblue.h> #include <ddk/ntddblue.h>
#include <rosrtl/string.h> #include <rosrtl/string.h>
#include <string.h> #include <string.h>
#include <defines.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -12,7 +12,6 @@
#ifndef __INCLUDES_MPU401_H__ #ifndef __INCLUDES_MPU401_H__
#define __INCLUDES_MPU401_H__ #define __INCLUDES_MPU401_H__
#include <windows.h>
//#include <mmsystem.h> //#include <mmsystem.h>
//#include <mmddk.h> //#include <mmddk.h>
//#include <winioctl.h> //#include <winioctl.h>

View file

@ -9,7 +9,6 @@
* Sept 26, 2003: Created * Sept 26, 2003: Created
*/ */
#include <windows.h>
#include <ddk/ntddk.h> #include <ddk/ntddk.h>
#include "mpu401.h" #include "mpu401.h"

View file

@ -9,8 +9,7 @@
* Sept 27, 2003: Created * Sept 27, 2003: Created
*/ */
//#include <ntddk.h> #include <ntddk.h>
#include <windows.h>
#include "mpu401.h" #include "mpu401.h"

View file

@ -112,7 +112,7 @@ typedef
#ifdef _WIN32 #ifdef _WIN32
# include <stdio.h> # include <stdio.h>
# include <windows.h> # define WINAPI __stdcall
# ifdef small # ifdef small
/* windows.h define small to char */ /* windows.h define small to char */
# undef small # undef small