mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:52:54 +00:00
Mikhail Zvyozdochkin: Fix compiling on linux (adding missing headers inclusion)
svn path=/trunk/; revision=22785
This commit is contained in:
parent
feaabba4dc
commit
d063cd0281
2 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
||||||
#ifndef MAX_PATH
|
#ifndef MAX_PATH
|
||||||
#define MAX_PATH _MAX_PATH
|
#define MAX_PATH _MAX_PATH
|
||||||
#endif//MAX_PATH
|
#endif//MAX_PATH
|
||||||
|
#else
|
||||||
|
#include <unistd.h>
|
||||||
#endif//WIN32
|
#endif//WIN32
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
#include "ssprintf.h"
|
#include "ssprintf.h"
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
|
#include <ctype.h>
|
||||||
#define _finite __finite
|
#define _finite __finite
|
||||||
#define _isnan __isnan
|
#define _isnan __isnan
|
||||||
inline int iswdigit ( wchar_t c )
|
inline int iswdigit ( wchar_t c )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue