summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index 12025f5..4d29d5e 100644
--- a/common.h
+++ b/common.h
@@ -23,7 +23,11 @@
# define Dprintf(x...)
#endif
+#if APIVERSNUM >= 10714
+#define TRANSPONDER(c1, c2) (c1->Transponder() == c2->Transponder() && !c1->IsSourceType('V'))
+#else
#define TRANSPONDER(c1, c2) (c1->Transponder() == c2->Transponder())
+#endif
#define MAXPARSEBUFFER KILOBYTE(16)