diff --git a/channels/smartcard/client/smartcard_operations.c b/channels/smartcard/client/smartcard_operations.c index b3839ef30..e5b1ecd5c 100644 --- a/channels/smartcard/client/smartcard_operations.c +++ b/channels/smartcard/client/smartcard_operations.c @@ -79,7 +79,7 @@ #define WIN_FILE_DEVICE_SMARTCARD 0x00000031 -#if defined(DEBUG_SCARD) && (DEBUG_SCARD) +#if defined(WITH_DEBUG_SCARD) static char *ioctl_to_string(DWORD code) { static char res[100];