commit | 468f00edddafdec2b42ddc8c182c378c26ddd0df | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Thu Sep 07 19:58:08 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Sep 08 11:02:53 2006 +0200 |
tree | ed623ee5402d0a577e6439b3aee458c13583a7eb | |
parent | 357f579eb0adeb6b9248ff33ef73e1212d39be98 [diff] [blame] |
shell32: Fix name of a constant.
diff --git a/include/shlobj.h b/include/shlobj.h index 20182ed..ee8e58c 100644 --- a/include/shlobj.h +++ b/include/shlobj.h
@@ -897,7 +897,7 @@ 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,