Parent Directory
|
Revision Log
|
Patch
revision 24 by twoaday, Sat Oct 8 10:43:08 2005 UTC | revision 25 by twoaday, Wed Oct 12 10:04:26 2005 UTC | |
---|---|---|
# | Line 19 | Line 19 |
19 | */ | */ |
20 | ||
21 | #include <windows.h> | #include <windows.h> |
#include <io.h> | ||
#include "w32gpgme.h" | ||
#include "wptCardEdit.h" | ||
22 | ||
23 | #include "gpgme.h" | |
24 | #include "wptCardEdit.h" | |
25 | #include "wptGPG.h" | |
26 | ||
27 | /* Create a new Smartcard context. */ | /* Create a new Smartcard context. */ |
28 | static gpgme_error_t | static gpgme_error_t |
29 | gpg_card_new (gpg_card_t * ret_card) | gpg_card_new (gpg_card_t *ret_card) |
30 | { | { |
31 | gpg_card_t c; | gpg_card_t c; |
32 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |