summaryrefslogtreecommitdiff
path: root/include/delphi
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-12-14 16:56:48 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-12-14 16:56:48 +0000
commit1afba55381a1697d80daea5e9a12aeb567a92402 (patch)
treefcdae1248b1ca05b634f37928b686498736b1702 /include/delphi
parenta20e356240c3336cbc1f441760a0bca0769dd604 (diff)
- another atavism (DBVTF_DENYUNICODE) removed;
- default text formatter for EVENTTYPE_AUTHREQUEST added git-svn-id: http://svn.miranda-ng.org/main/trunk@7208 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi')
-rw-r--r--include/delphi/m_core.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc
index 40298ee87b..9a5b054f6d 100644
--- a/include/delphi/m_core.inc
+++ b/include/delphi/m_core.inc
@@ -50,7 +50,6 @@ const
DBVT_UTF8 = 253; // pszVal is valid
DBVT_WCHAR = 252; // pszVal is valid
DBVTF_VARIABLELENGTH = $80; // ?
- DBVTF_DENYUNICODE = $10000;
type
PDBVARIANT = ^TDBVARIANT;