Users : SMART_CARD_READER_SUPORT define to enable a smart card reader support in LoginDlg.
This commit is contained in:
parent
a81858ee9f
commit
4e12942f5f
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user