mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
removed a silly #else case on an ifdef
This commit is contained in:
parent
c6abe56fd1
commit
1cb980a02e
3 changed files with 5 additions and 4 deletions
|
@ -55,9 +55,7 @@
|
|||
|
||||
#include <dirent.h>
|
||||
#ifdef HAVE_FNMATCH_H
|
||||
# include <fnmatch.h>
|
||||
#else
|
||||
# include "win32/fnmatch.h"
|
||||
#include <fnmatch.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue