David Rose 22 years ago
parent
commit
d1469ed5cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/dtoolutil/filename.cxx

+ 1 - 1
dtool/src/dtoolutil/filename.cxx

@@ -35,7 +35,7 @@
 
 #ifdef HAVE_GLOB_H
   #include <glob.h>
-  #ifndef GLOB_NO_MATCH
+  #ifndef GLOB_NOMATCH
     #define GLOB_NOMATCH -3
   #endif
 #endif