This commit is contained in:
cxgeorge 2002-09-30 03:14:47 +00:00
parent 84ebd035ad
commit 489684fa3d

View File

@ -24,7 +24,7 @@
#define NEED_MILES_LENGTH_WORKAROUND
#if (MSS_MAJOR_VERSION >= 6) && (MSS_MINOR_VERSION >= 5)
#if (((MSS_MAJOR_VERSION == 6) && (MSS_MINOR_VERSION >= 5)) || (MSS_MAJOR_VERSION >= 7))
#define MILES_6_5
#endif