removed size_t from kernel specific includes.

svn path=/trunk/; revision=361
This commit is contained in:
Rex Jolliff 1999-04-02 02:34:40 +00:00
parent 63a3377143
commit a3576ceb06
2 changed files with 1 additions and 2 deletions

View file

@ -2,6 +2,4 @@
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
typedef unsigned int size_t;
#endif

View file

@ -37,6 +37,7 @@
#include <ddk/ntddk.h>
#include <internal/ke.h>
#include <stddef.h>
#include <internal/string.h>
#define NDEBUG