blob: edeef95068caf4c81036090f4f123f026d68c40d (
plain)
1
2
3
4
5
6
7
8
|
#ifndef CONSTANTS_H
#define CONSTANTS_H
#define MODULENAME "GPG"
#define PREF_METANODB 0x2000
#define RUS_QUOTE "\xD0\xB2\xD0\x82\xD1\x9A"
#define RUS_ANGLE "\xD0\xB2\xD0\x82\xD1\x9C"
#endif
|