mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
build on mac too
This commit is contained in:
parent
32b809b50c
commit
90f0c9d671
@ -22,9 +22,12 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <libio.h>
|
||||
#endif // _WIN32
|
||||
|
||||
#if !defined(_WIN32) && !defined(__APPLE__)
|
||||
#include <libio.h>
|
||||
#endif // !_WIN32 && !__APPLE__
|
||||
|
||||
static const size_t handle_buffer_size = 4096;
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user