Parent Directory
|
Revision Log
|
Patch
revision 16 by twoaday, Tue Apr 11 06:56:23 2006 UTC | revision 23 by twoaday, Sat Aug 18 10:55:14 2007 UTC | |
---|---|---|
# | Line 21 | Line 21 |
21 | #ifdef HAVE_CONFIG_H | #ifdef HAVE_CONFIG_H |
22 | #include <config.h> | #include <config.h> |
23 | #endif | #endif |
24 | /* Declare Explorer version to 5.0 for extended listview capabilities. */ | |
25 | #ifndef _WIN32_IE | |
26 | #define _WIN32_IE 0x0500 | |
27 | #endif | |
28 | #include <windows.h> | #include <windows.h> |
29 | #include <commctrl.h> | #include <commctrl.h> |
30 | #include <assert.h> | #include <assert.h> |
# | Line 70 get_key_info (gpgme_key_t key) | Line 74 get_key_info (gpgme_key_t key) |
74 | case GPGME_PK_ELG_E: | case GPGME_PK_ELG_E: |
75 | sprintf (buf, "ELG/%d", s->length); | sprintf (buf, "ELG/%d", s->length); |
76 | break; | break; |
77 | ||
78 | default: | |
79 | strcpy (buf, "UNKNOWN/0"); | |
80 | } | } |
81 | return buf; | return buf; |
82 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |