25 |
#include <windows.h> |
#include <windows.h> |
26 |
#include <windows.h> |
#include <windows.h> |
27 |
|
|
28 |
#include "../resource.h" |
#include "resource.h" |
29 |
#include "wptErrors.h" |
#include "wptErrors.h" |
30 |
#include "wptGPG.h" |
#include "wptGPG.h" |
31 |
#include "wptCommonCtl.h" |
#include "wptCommonCtl.h" |
263 |
gpgme_validity_t valid; |
gpgme_validity_t valid; |
264 |
refresh_cache_s rcs = {0}; |
refresh_cache_s rcs = {0}; |
265 |
const char *inf; |
const char *inf; |
|
int cancel = 0; |
|
266 |
int rc; |
int rc; |
267 |
|
|
268 |
/* XXX: static variable (k) prevent that the dialog can |
/* XXX: static variable (k) prevent that the dialog can |
295 |
return TRUE; |
return TRUE; |
296 |
|
|
297 |
case WM_DESTROY: |
case WM_DESTROY: |
298 |
unlink (get_photo_tmpname (dlg)); |
remove (get_photo_tmpname (dlg)); |
299 |
break; |
break; |
300 |
|
|
301 |
case WM_PAINT: |
case WM_PAINT: |