diff options
Diffstat (limited to 'plugins/New_GPG/src/constants.h')
-rwxr-xr-x | plugins/New_GPG/src/constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/New_GPG/src/constants.h b/plugins/New_GPG/src/constants.h new file mode 100755 index 0000000000..2982f31489 --- /dev/null +++ b/plugins/New_GPG/src/constants.h @@ -0,0 +1,5 @@ +#ifndef CONSTANTS_H
+#define CONSTANTS_H
+#define szGPGModuleName "GPG"
+#define PREF_METANODB 0x2000
+#endif
|