include: Update shell link flags enum.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Nikolay Sivov 2020-01-06 13:11:02 +03:00 committed by Alexandre Julliard
parent 70f14c1c19
commit 7f80dc25cb
1 changed files with 32 additions and 29 deletions

View File

@ -1375,7 +1375,9 @@ typedef struct _SHChangeNotifyEntry
void WINAPI SHChangeNotify(LONG wEventId, UINT uFlags, LPCVOID dwItem1, LPCVOID dwItem2);
typedef enum {
typedef enum
{
SLDF_DEFAULT = 0x00000000,
SLDF_HAS_ID_LIST = 0x00000001,
SLDF_HAS_LINK_INFO = 0x00000002,
SLDF_HAS_NAME = 0x00000004,
@ -1396,6 +1398,7 @@ typedef enum {
SLDF_RUN_WITH_SHIMLAYER = 0x00020000,
SLDF_FORCE_NO_LINKTRACK = 0x00040000,
SLDF_ENABLE_TARGET_METADATA = 0x00080000,
SLDF_DISABLE_LINK_PATH_TRACKING = 0x00100000,
SLDF_DISABLE_KNOWNFOLDER_RELATIVE_TRACKING = 0x00200000,
SDLF_NO_KF_ALIAS = 0x00400000,
SDLF_ALLOW_LINK_TO_LINK = 0x00800000,