aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.c
diff options
context:
space:
mode:
Diffstat (limited to 'scd/apdu.c')
-rw-r--r--scd/apdu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/scd/apdu.c b/scd/apdu.c
index c7d4735a5..609103f7e 100644
--- a/scd/apdu.c
+++ b/scd/apdu.c
@@ -66,8 +66,9 @@
#include "ccid-driver.h"
/* Due to conflicting use of threading libraries we usually can't link
- against libpcsclite. Instead we use a wrapper program. */
-#ifdef USE_NPTH
+ against libpcsclite if we are using Pth. Instead we use a wrapper
+ program. Note that with nPth there is no need for a wrapper. */
+#ifdef USE_PTH /* Right, plain old Pth. */
#if !defined(HAVE_W32_SYSTEM) && !defined(__CYGWIN__)
#define NEED_PCSC_WRAPPER 1
#endif