From: GitHub <no...@gi...> - 2015-03-29 12:03:35
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3b873adad2e0fe22ff13cd7c2c9f5e87abe4ba4a https://github.com/OpenSC/OpenSC/commit/3b873adad2e0fe22ff13cd7c2c9f5e87abe4ba4a Author: vletoux <vin...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/common/libscdl.c M src/libopensc/card.c M src/libopensc/ctx.c M src/libopensc/internal-winscard.h M src/libopensc/user-interface.c Log Message: ----------- win32: allows UNICODE built. UNICODE is set by default by Visual Studio (but can be deactived) The trick is to force ANSI version by appending a A to the function calls. Commit: 5007e9fc9fbcd866eef1eb54912fb1d97f805583 https://github.com/OpenSC/OpenSC/commit/5007e9fc9fbcd866eef1eb54912fb1d97f805583 Author: vletoux <vin...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: fix build without OPENSSL_VERSION_NUMBER Fix the WCHAR / CHAR conversion problem in CardAuthenticateEx in case of PinPAD (vs->wzPinContext is UNICODE) Fix UNICODE compilation problem( MessageBoxA instead of MessageBox) Compare: https://github.com/OpenSC/OpenSC/compare/c8d206ece1e3...5007e9fc9fbc |