Moved shlwapi routines from shell32.dll to shlwapi.dll.
commit6430d93aa60b0d9d09ce80242b049b278e445d5f
authorAlexandre Julliard <julliard@winehq.org>
Wed, 26 Jul 2000 17:51:32 +0000 (26 17:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Jul 2000 17:51:32 +0000 (26 17:51 +0000)
tree8cf264ccbfef0b17355dd9ba5bf3e1017b9fd326
parent7e495e1d66d225f735836c2863fa3d6748027a23
Moved shlwapi routines from shell32.dll to shlwapi.dll.
16 files changed:
dlls/Makefile.in
dlls/shell32/Makefile.in
dlls/shell32/shell32.spec
dlls/shell32/shell32_main.c
dlls/shell32/shellord.c
dlls/shell32/shellpath.c
dlls/shell32/shellreg.c
dlls/shell32/shellstring.c
dlls/shlwapi/Makefile.in
dlls/shlwapi/ordinal.c
dlls/shlwapi/path.c [copied from dlls/shell32/shellpath.c with 66% similarity]
dlls/shlwapi/reg.c [copied from dlls/shell32/shellreg.c with 67% similarity]
dlls/shlwapi/regstream.c [moved from dlls/shell32/regstream.c with 81% similarity]
dlls/shlwapi/shlwapi.spec
dlls/shlwapi/shlwapi_main.c
dlls/shlwapi/string.c [copied from dlls/shell32/shellstring.c with 72% similarity]