mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: ft_fulltextw to SDK
This commit is contained in:
parent
f44358b5a9
commit
d4a54bb437
2 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#define ft_fulltext 9
|
||||
#define ft_datetime 10
|
||||
#define ft_stringw 11
|
||||
#define ft_fulltextw 12
|
||||
|
||||
// for ContentGetValue
|
||||
#define ft_nosuchfield -1 // error, invalid field number given
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ const ft_nomorefields=0;
|
|||
ft_fulltext=9;
|
||||
ft_datetime=10;
|
||||
ft_stringw=11;
|
||||
ft_fulltextw=12;
|
||||
|
||||
// for ContentGetValue
|
||||
ft_nosuchfield=-1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue