Parent Directory
|
Revision Log
|
Patch
revision 36 by werner, Thu Oct 27 15:25:13 2005 UTC | revision 48 by werner, Mon Oct 31 21:14:11 2005 UTC | |
---|---|---|
# | Line 23 | Line 23 |
23 | #endif | #endif |
24 | ||
25 | #include <windows.h> | #include <windows.h> |
#include <windows.h> | ||
26 | #include <commctrl.h> | #include <commctrl.h> |
27 | #include <stdio.h> | #include <stdio.h> |
28 | ||
29 | #include "gpgme.h" | #include "gpgme.h" |
30 | #include "../resource.h" | #include "resource.h" |
31 | #include "wptTypes.h" | #include "wptTypes.h" |
32 | #include "wptW32API.h" | #include "wptW32API.h" |
33 | #include "wptVersion.h" | #include "wptVersion.h" |
# | Line 46 | Line 45 |
45 | #include "wptHTTP.h" | #include "wptHTTP.h" |
46 | #include "wptKeyEdit.h" | #include "wptKeyEdit.h" |
47 | #include "wptImport.h" | #include "wptImport.h" |
48 | #include "wptCrypto.h" | |
49 | ||
50 | ||
51 | /* Return a user friendly key representation in @buf of | /* Return a user friendly key representation in @buf of |
# | Line 478 km_http_import (HWND dlg, const char *ur | Line 478 km_http_import (HWND dlg, const char *ur |
478 | rc = WPTERR_GENERAL; | rc = WPTERR_GENERAL; |
479 | } | } |
480 | km_file_import (dlg, p); | km_file_import (dlg, p); |
481 | unlink (p); | remove (p); |
482 | free_if_alloc (p); | free_if_alloc (p); |
483 | return rc; | return rc; |
484 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |