Add TODO related to the issue #30

This commit is contained in:
Martin Endler
2020-02-23 20:09:56 +01:00
parent fe7842eda3
commit 7cb0991354

View File

@@ -70,6 +70,7 @@ postServiceCheck:
LONG result; LONG result;
// TODO: consider removing this do-while Windows workaround that should not be needed anymore // TODO: consider removing this do-while Windows workaround that should not be needed anymore
do { do {
// TODO: make dwScope (now hard-coded to SCARD_SCOPE_SYSTEM) customisable
result = SCardEstablishContext(SCARD_SCOPE_SYSTEM, result = SCardEstablishContext(SCARD_SCOPE_SYSTEM,
NULL, NULL,
NULL, NULL,