diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-23 18:12:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-23 18:12:57 +0000 |
commit | af85cadd9f8bfbe604baadbec44878098dcd3ec5 (patch) | |
tree | 5139784a6c18c568dd89793f77da3ad204bb1a38 /include/delphi/m_protosvc.inc | |
parent | 9cadeadaff74b37df1c2896e653a80b3ce4c86f6 (diff) |
PREF_UNICODE & PREF_UTF removed from pascal sources
git-svn-id: http://svn.miranda-ng.org/main/trunk@13787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_protosvc.inc')
-rw-r--r-- | include/delphi/m_protosvc.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/delphi/m_protosvc.inc b/include/delphi/m_protosvc.inc index 315e5222c9..4a7d8085fb 100644 --- a/include/delphi/m_protosvc.inc +++ b/include/delphi/m_protosvc.inc @@ -182,9 +182,7 @@ const // for PSR_MESSAGE
PREF_CREATEREAD = 1; // create the database event with the 'read' flag set
- PREF_UNICODE = 2;
PREF_RTL = 4; // 0.5+ addition: support for right-to-left messages
- PREF_UTF = 8; // message is in utf-8 (0.7.0+)
PREF_SENT = 16; // message will be created with the DBEF_SENT flag
// for PS_FILERESUME
|