mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
Don't include windows.h in drivers.
svn path=/trunk/; revision=15965
This commit is contained in:
parent
3fb65d4597
commit
ab4dfd00f0
5 changed files with 2 additions and 6 deletions
|
@ -16,7 +16,6 @@
|
|||
#include <ddk/ntddblue.h>
|
||||
#include <rosrtl/string.h>
|
||||
#include <string.h>
|
||||
#include <defines.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#ifndef __INCLUDES_MPU401_H__
|
||||
#define __INCLUDES_MPU401_H__
|
||||
|
||||
#include <windows.h>
|
||||
//#include <mmsystem.h>
|
||||
//#include <mmddk.h>
|
||||
//#include <winioctl.h>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
* Sept 26, 2003: Created
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <ddk/ntddk.h>
|
||||
#include "mpu401.h"
|
||||
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
* Sept 27, 2003: Created
|
||||
*/
|
||||
|
||||
//#include <ntddk.h>
|
||||
#include <windows.h>
|
||||
#include <ntddk.h>
|
||||
|
||||
#include "mpu401.h"
|
||||
|
||||
|
|
|
@ -112,7 +112,7 @@ typedef
|
|||
|
||||
#ifdef _WIN32
|
||||
# include <stdio.h>
|
||||
# include <windows.h>
|
||||
# define WINAPI __stdcall
|
||||
# ifdef small
|
||||
/* windows.h define small to char */
|
||||
# undef small
|
||||
|
|
Loading…
Reference in a new issue