Commit 3cb76d5c authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #5663 from bertmsk:patch-1

parents 047bda32 d3b0bda0
...@@ -64,12 +64,14 @@ Mutex* __initialization_mutex_initializer = &getInitializationMutex(); ...@@ -64,12 +64,14 @@ Mutex* __initialization_mutex_initializer = &getInitializationMutex();
# endif # endif
#endif #endif
#if defined ANDROID || defined __linux__ #if defined ANDROID || defined __linux__ || defined __FreeBSD__
# include <unistd.h> # include <unistd.h>
# include <fcntl.h> # include <fcntl.h>
# include <elf.h> # include <elf.h>
#if defined ANDROID || defined __linux__
# include <linux/auxvec.h> # include <linux/auxvec.h>
#endif #endif
#endif
#if defined WIN32 || defined _WIN32 || defined WINCE #if defined WIN32 || defined _WIN32 || defined WINCE
#ifndef _WIN32_WINNT // This is needed for the declaration of TryEnterCriticalSection in winbase.h with Visual Studio 2005 (and older?) #ifndef _WIN32_WINNT // This is needed for the declaration of TryEnterCriticalSection in winbase.h with Visual Studio 2005 (and older?)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment