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