23 |
#endif |
#endif |
24 |
|
|
25 |
#include <windows.h> |
#include <windows.h> |
|
#include <windows.h> |
|
26 |
#include <stdio.h> |
#include <stdio.h> |
27 |
|
|
28 |
#include "wptErrors.h" |
#include "wptErrors.h" |
36 |
|
|
37 |
#define rc_ok(rc) ((rc) == ERROR_SUCCESS) |
#define rc_ok(rc) ((rc) == ERROR_SUCCESS) |
38 |
|
|
39 |
|
static gpg_filetype gpg_filetypes[] = { |
40 |
|
{"GPG Detached Signature", ".sig", 1}, |
41 |
|
{"GPG Encrypted Data", ".gpg", 2}, |
42 |
|
{"GPG Armored Data", ".asc", 2}, |
43 |
|
{0} |
44 |
|
}; |
45 |
|
|
46 |
struct reg_hotkey_s reg_hotkeys[] = { |
struct reg_hotkey_s reg_hotkeys[] = { |
47 |
{"ClipEncrypt", NULL, 0}, |
{"ClipEncrypt", NULL, 0}, |
48 |
{"ClipDecrypt", NULL, 0}, |
{"ClipDecrypt", NULL, 0}, |