mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 01:19:38 +01:00
Added more defines for platform specific configs.
This commit is contained in:
parent
0fccc9f393
commit
7da17bca02
@ -161,7 +161,9 @@
|
|||||||
#else
|
#else
|
||||||
/* This is not VxWorks. */
|
/* This is not VxWorks. */
|
||||||
#define OS_VXWORKS 0
|
#define OS_VXWORKS 0
|
||||||
|
#ifndef SQLITE_NO_FCHOWN
|
||||||
#define HAVE_FCHOWN 1
|
#define HAVE_FCHOWN 1
|
||||||
|
#endif
|
||||||
#define HAVE_READLINK 1
|
#define HAVE_READLINK 1
|
||||||
#define HAVE_LSTAT 1
|
#define HAVE_LSTAT 1
|
||||||
#endif /* defined(_WRS_KERNEL) */
|
#endif /* defined(_WRS_KERNEL) */
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32) || defined(__ANDROID__)
|
#if defined(_WIN32) || defined(__ANDROID__) || defined(GDNATIVE_LINUX_BSD_WEB)
|
||||||
#define GDCALLINGCONV
|
#define GDCALLINGCONV
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#include "TargetConditionals.h"
|
#include "TargetConditionals.h"
|
||||||
|
2
thirdparty/enet/enet/pandemonium.h
vendored
2
thirdparty/enet/enet/pandemonium.h
vendored
@ -41,7 +41,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef UNIX_ENABLED
|
#if defined(UNIX_ENABLED) || defined(ENET_UNIX_ENABLED)
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user