mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed compilation with GCC 3.4.2
svn path=/trunk/; revision=12122
This commit is contained in:
parent
7af8972536
commit
4b5de6d7f7
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#define NTOS_MODE_USER
|
||||
#define __NO_CTYPE_INLINES
|
||||
#include <ntos.h>
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <limits.h>
|
||||
|
|
Loading…
Reference in a new issue