Differences From Artifact [5374437abd]:
- File pcsc/libpcsc.h — part of check-in [3dc3a3b281] at 2016-04-14 02:28:56 on branch trunk — More work towards something possibly usable one day (user: rkeene, size: 305) [annotate] [blame] [check-ins using]
- File pcsc/pcsc-nacl.h — part of check-in [727411c09e] at 2016-04-13 21:58:41 on branch trunk — First incomplete conversion from the old PCSC build to the new one (user: rkeene, size: 305) [annotate] [blame] [check-ins using]
To Artifact [07bd3e95e8]:
- File pcsc/libpcsc.h — part of check-in [b209244e1b] at 2016-04-14 17:38:51 on branch trunk — Removed unused parameters in NaCl PCSC initialization (user: rkeene, size: 248) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 | - + | #ifndef PCSC_NACL_H #define PCSC_NACL_H 1 #ifdef __cplusplus #include <ppapi/cpp/core.h> #include <ppapi/cpp/instance.h> |