mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +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 <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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue