diff options
Diffstat (limited to 'include/m_database.h')
-rw-r--r-- | include/m_database.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h index 0706c95b0a..828037353f 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -306,6 +306,9 @@ suppress Unicode part of event in answer, add DBVTF_DENYUNICODE to this field. Function returns a pointer to a string in the required format.
This string should be freed by a call of mir_free
*/
+
+#define DBVTF_DENYUNICODE 0x10000
+
typedef struct {
DBEVENTINFO* dbei;
int datatype;
|