Home
last modified time | relevance | path

Searched refs:DTHT_NODATEMASK (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/comctl32/
H A Ddatetime.c125 #define DTHT_NODATEMASK 0xf000 /* to mask check and drop down from others */ macro
935 if (!(new & DTHT_NODATEMASK) || (new == DTHT_NONE)) in DATETIME_LButtonDown()