Oops, missed part of Thad's patch. :)

This commit is contained in:
Jeff Teunissen 2000-04-01 10:22:53 +00:00
parent b619de9c05
commit 93f15708cf

View file

@ -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))