mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
[PSDK] - Add more track popup menu types.
svn path=/trunk/; revision=48975
This commit is contained in:
parent
aea07215a8
commit
251be92abf
1 changed files with 9 additions and 0 deletions
|
@ -2341,6 +2341,15 @@ extern "C" {
|
|||
#define TPM_VERPOSANIMATION 0x1000
|
||||
#define TPM_VERNEGANIMATION 0x2000
|
||||
#endif
|
||||
#if(_WIN32_WINNT >= 0x0500)
|
||||
#define TPM_NOANIMATION 16384
|
||||
#endif
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
#define TPM_LAYOUTRTL 32768
|
||||
#endif
|
||||
#if (_WIN32_WINNT >= 0x0601)
|
||||
#define TPM_WORKAREA 65536
|
||||
#endif
|
||||
#define HELP_COMMAND 0x102
|
||||
#define HELP_CONTENTS 3
|
||||
#define HELP_CONTEXT 1
|
||||
|
|
Loading…
Reference in a new issue