[Pkg-coolkey-commits] r50 - in /coolkey/trunk/debian: changelog patches/coolkey-pcsc-lite

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Mar 27 13:23:19 UTC 2011


Author: rousseau
Date: Sun Mar 27 13:23:12 2011
New Revision: 50

URL: http://svn.debian.org/wsvn/pkg-coolkey/?sc=1&rev=50
Log:
debian/patches/coolkey-pcsc-lite: use SCARD_READERSTATE * instead of
LPSCARD_READERSTATE not present in pcsc-lite from squeeze (1.5.5)

Modified:
    coolkey/trunk/debian/changelog
    coolkey/trunk/debian/patches/coolkey-pcsc-lite

Modified: coolkey/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/changelog?rev=50&op=diff
==============================================================================
--- coolkey/trunk/debian/changelog (original)
+++ coolkey/trunk/debian/changelog Sun Mar 27 13:23:12 2011
@@ -1,8 +1,10 @@
 coolkey (1.1.0-9) unstable; urgency=low
 
   * debian/patches/coolkey-latest.patch: refresh
+  * debian/patches/coolkey-pcsc-lite: use SCARD_READERSTATE * instead of
+    LPSCARD_READERSTATE not present in pcsc-lite from squeeze (1.5.5)
 
- -- Ludovic Rousseau <rousseau at debian.org>  Sun, 27 Mar 2011 15:17:21 +0200
+ -- Ludovic Rousseau <rousseau at debian.org>  Sun, 27 Mar 2011 15:22:11 +0200
 
 coolkey (1.1.0-8) unstable; urgency=low
 

Modified: coolkey/trunk/debian/patches/coolkey-pcsc-lite
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/patches/coolkey-pcsc-lite?rev=50&op=diff
==============================================================================
--- coolkey/trunk/debian/patches/coolkey-pcsc-lite (original)
+++ coolkey/trunk/debian/patches/coolkey-pcsc-lite Sun Mar 27 13:23:12 2011
@@ -57,3 +57,12 @@
  #endif
  
  #ifndef SCARD_E_NO_READERS_AVAILABLE
+@@ -108,7 +107,7 @@
+ typedef long (WINAPI * SCardGetStatusChangeFn) (
+     SCARDCONTEXT hContext,
+     unsigned long dwTimeout,
+-    LPSCARD_READERSTATE rgReaderStates,
++    SCARD_READERSTATE *rgReaderStates,
+     unsigned long cReaders);
+ 
+ typedef long (WINAPI * SCardCancelFn) (




More information about the Pkg-coolkey-commits mailing list