Users : SMART_CARD_READER_SUPORT define to enable a smart card reader support in LoginDlg.

This commit is contained in:
Milan Hanajik 2021-04-03 16:40:36 +02:00
parent a81858ee9f
commit 4e12942f5f

View File

@ -101,7 +101,7 @@ namespace Users.Forms
///
smartCardReader = null; /// null = No smart card reader detected
#if TURA_IPERL || TURA_IPERL_NEW || TURA_SPECIAL
#if SMART_CARD_READER_SUPPORT
try
{
card = new CardNative();