mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-13 04:24:24 +00:00
Oops, missed part of Thad's patch. :)
This commit is contained in:
parent
b619de9c05
commit
93f15708cf
1 changed files with 0 additions and 7 deletions
|
@ -50,13 +50,6 @@
|
|||
#include <qtypes.h>
|
||||
#include <qstructs.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#define FNMATCH_FLAGS FNM_CASEFOLD
|
||||
#else
|
||||
#define FNMATCH_FLAGS 0
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef max
|
||||
#define max(a,b) ((a) > (b) ? (a) : (b))
|
||||
#define min(a,b) ((a) < (b) ? (a) : (b))
|
||||
|
|
Loading…
Reference in a new issue