diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-07-29 00:59:39 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-07-29 00:59:39 +0300 |
commit | 4b918c8f61749cfc0cfc9a8abd0c3b06af042faf (patch) | |
tree | c626ee39e3cde6a3e63652f33d2932f899f282a3 /src/constants.h | |
parent | 419feb8c29847e1174478b370edd37107627ba80 (diff) |
following miranda ng plugin rules
Diffstat (limited to 'src/constants.h')
-rwxr-xr-x | src/constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h new file mode 100755 index 0000000..2982f31 --- /dev/null +++ b/src/constants.h @@ -0,0 +1,5 @@ +#ifndef CONSTANTS_H
+#define CONSTANTS_H
+#define szGPGModuleName "GPG"
+#define PREF_METANODB 0x2000
+#endif
|