shell32: Fix name of a constant.

oldstable
Francois Gouget 2006-09-07 19:58:08 +02:00 committed by Alexandre Julliard
parent 357f579eb0
commit 468f00eddd
1 changed files with 1 additions and 1 deletions

View File

@ -897,7 +897,7 @@ typedef enum {
SLDF_UNICODE = 0x00000080,
SLDF_FORCE_NO_LINKINFO = 0x00000100,
SLDF_HAS_EXP_SZ = 0x00000200,
SLDF_RUN_IN_SEPERATE = 0x00000400,
SLDF_RUN_IN_SEPARATE = 0x00000400,
SLDF_HAS_LOGO3ID = 0x00000800,
SLDF_HAS_DARWINID = 0x00001000,
SLDF_RUNAS_USER = 0x00002000,