- move IShellFolder_fnGetDisplayNameOf() contents into a new function
commit236c8a2452ae610707da23ce92d9d76643677336
authorMartin Fuchs <martin-fuchs@gmx.net>
Mon, 19 Jan 2004 23:54:55 +0000 (19 23:54 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Jan 2004 23:54:55 +0000 (19 23:54 +0000)
tree8c6b93102c22b8d4560e37c54f97dc113b9504c4
parent1d0598b0aaf1b3890dca8c239d9ff7b36c601a99
- move IShellFolder_fnGetDisplayNameOf() contents into a new function
  SHELL_FS_ProcessDisplayFilename() to call it also in
  ISF_Desktop_fnGetDisplayNameOf() and do the same file system
  processing for the desktop level
- handle hidden file extensions in SHELL_FS_ProcessDisplayFilename(),
  that are configured by "NeverShowExt" in the registry
dlls/shell32/shfldr.h
dlls/shell32/shfldr_desktop.c
dlls/shell32/shfldr_fs.c