FreeRDP/winpr/libwinpr/smartcard
Armin Novak 2d58e96dcc Exit main thread with winpr_exit to trigger resource cleanup.
When using pthread_once with destructors they are only called,
if each thread (including the main thread) is exited with pthread_exit.
Introducing winpr_exit as a wrapper for that purpose.
2018-02-12 10:33:02 +01:00
..
test Exit main thread with winpr_exit to trigger resource cleanup. 2018-02-12 10:33:02 +01:00
CMakeLists.txt libwinpr-smartcard: remove unused (and useless) pcsc-lite static link option 2015-01-20 20:15:10 -05:00
ModuleOptions.cmake libwinpr-smartcard: initial stubs 2014-04-02 20:54:46 -04:00
smartcard_inspect.c fix string format specifiers 2016-12-16 13:48:43 +01:00
smartcard_inspect.h libwinpr-smartcard: start smartcard API inspector 2014-05-26 15:57:37 -04:00
smartcard_pcsc.c fix smartcard: SCardStatus unicode handling 2017-12-14 15:46:14 +01:00
smartcard_pcsc.h fix channel/smartcard: remove SCardAddReaderName 2017-12-13 17:04:06 +01:00
smartcard_winscard.c fix channel/smartcard: remove SCardAddReaderName 2017-12-13 17:04:06 +01:00
smartcard_winscard.h libwinpr-smartcard: fix usage of native data types 2014-04-25 18:49:57 -04:00
smartcard.c Fixed init once return. 2018-02-07 13:22:07 +01:00
smartcard.h Fixed #2006: Use InitOnceExecuteOnce 2018-01-08 12:41:32 +01:00