mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
added (hack) check for GLOB_NOMATCH
This commit is contained in:
parent
a038bcbaf6
commit
f10f166229
@ -34,7 +34,10 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GLOB_H
|
||||
#include <glob.h>
|
||||
#include <glob.h>
|
||||
#ifndef GLOB_NOMATCH
|
||||
#define GLOB_NOMATCH -3
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DIRENT_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user