This repository was archived by the owner on May 16, 2024. It is now read-only.
Commit 60a8526
Add exception for Apple macOS result code type
Apple version of pcsc-lite library is slightly different from official one,
and defines result code constants in pcsclite.h as unsigned 32bit integers.
Official pcsc-lite version uses LONG type and it is traslated to signed long on most platforms.
This implementation difference is solved using pre-processor instructions.
-----------------------------------------------------------------
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file.
I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
Signed-off-by: cyb3r4nt <[email protected]>1 parent e7d702b commit 60a8526
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| |||
0 commit comments