Differences From Artifact [5d2cb9e273]:
- File cackey.c — part of check-in [5f05cafcb7] at 2010-05-04 18:05:37 on branch trunk — Added CACKey project (user: rkeene, size: 52) [annotate] [blame] [check-ins using]
To Artifact [02188b8075]:
- File
cackey.c
— part of check-in
[8a2230f927]
at
2010-05-04 18:30:02
on branch trunk
— Added checks for PCSC Header
Updated ignores (user: rkeene, size: 103) [annotate] [blame] [check-ins using]
1 2 3 | #ifdef HAVE_PCSCLITE_H #include <pcsclite.h> #endif | > > > > > > | 1 2 3 4 5 6 7 8 9 | #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_PCSCLITE_H #include <pcsclite.h> #endif |