Skip to content

Commit

Permalink
Add TODO related to the issue #30
Browse files Browse the repository at this point in the history
  • Loading branch information
pokusew committed Feb 23, 2020
1 parent fe7842e commit 7cb0991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pcsclite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ PCSCLite::PCSCLite(): m_card_context(0),
LONG result;
// TODO: consider removing this do-while Windows workaround that should not be needed anymore
do {
// TODO: make dwScope (now hard-coded to SCARD_SCOPE_SYSTEM) customisable
result = SCardEstablishContext(SCARD_SCOPE_SYSTEM,
NULL,
NULL,
Expand Down

0 comments on commit 7cb0991

Please sign in to comment.