mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
copy filename to ppremake code
This commit is contained in:
parent
46821fc8f1
commit
09b13f8356
@ -37,6 +37,12 @@
|
|||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// It's true that dtoolbase.h includes this already, but we include
|
||||||
|
// this again in case we are building this file within ppremake.
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined(WIN32)
|
#if defined(WIN32)
|
||||||
/* begin Win32-specific code */
|
/* begin Win32-specific code */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user