mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
Mikhail Zvyozdochkin: Fix compiling on linux (adding missing headers inclusion)
svn path=/trunk/; revision=22785
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
#ifndef MAX_PATH
|
||||
#define MAX_PATH _MAX_PATH
|
||||
#endif//MAX_PATH
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif//WIN32
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "ssprintf.h"
|
||||
|
||||
#ifndef WIN32
|
||||
#include <ctype.h>
|
||||
#define _finite __finite
|
||||
#define _isnan __isnan
|
||||
inline int iswdigit ( wchar_t c )
|
||||
|
||||
Reference in New Issue
Block a user