Differences From Artifact [c6e4c2b8b9]:
- File
cackey.c
— part of check-in
[b09d33f9bc]
at
2010-06-23 22:13:02
on branch trunk
— CACKey 0.5.13
Updated debugging messages (user: rkeene, size: 163637) [annotate] [blame] [check-ins using]
To Artifact [ecdd31141d]:
- File
cackey.c
— part of check-in
[fea904e63c]
at
2010-07-11 06:32:09
on branch trunk
— Updated to include PCSC header "winstype.h"
Updated PCSC header inclusion to be more robust (user: rkeene, size: 163691) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + + + | #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_WINTYPES_H # include <wintypes.h> #endif #ifdef HAVE_PCSCLITE_H # include <pcsclite.h> #endif #ifdef HAVE_WINSCARD_H # include <winscard.h> #endif #ifdef HAVE_STDINT_H |
︙ |