mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
removed size_t from kernel specific includes.
svn path=/trunk/; revision=361
This commit is contained in:
parent
63a3377143
commit
a3576ceb06
2 changed files with 1 additions and 2 deletions
|
@ -2,6 +2,4 @@
|
|||
#ifndef _LINUX_TYPES_H
|
||||
#define _LINUX_TYPES_H
|
||||
|
||||
typedef unsigned int size_t;
|
||||
|
||||
#endif
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
#include <ddk/ntddk.h>
|
||||
#include <internal/ke.h>
|
||||
#include <stddef.h>
|
||||
#include <internal/string.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
Loading…
Reference in a new issue