setupapi: Make setupx.dll into a stand-alone 16-bit module.
commit66f6b786591e0d187967a26e9c9a1a8543ca91f1
authorAlexandre Julliard <julliard@winehq.org>
Thu, 1 Oct 2009 17:45:07 +0000 (1 19:45 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 1 Oct 2009 17:45:07 +0000 (1 19:45 +0200)
tree297c41eebbd0cbc350641028866bf46fefbe2875
parentb70bbe3d29c5a4f151d1a9987f15fdb93490f4f6
setupapi: Make setupx.dll into a stand-alone 16-bit module.
13 files changed:
.gitignore
configure
configure.ac
dlls/Makefile.in
dlls/setupapi/Makefile.in
dlls/setupapi/stubs.c
dlls/setupx.dll16/Makefile.in [new file with mode: 0644]
dlls/setupx.dll16/devinst16.c [moved from dlls/setupapi/devinst16.c with 100% similarity]
dlls/setupx.dll16/infparse.c [moved from dlls/setupapi/infparse.c with 99% similarity]
dlls/setupx.dll16/setupx.dll16.spec [moved from dlls/setupapi/setupx.spec with 100% similarity]
dlls/setupx.dll16/setupx16.h [moved from dlls/setupapi/setupx16.h with 100% similarity]
dlls/setupx.dll16/setupx_main.c [moved from dlls/setupapi/setupx_main.c with 96% similarity]
dlls/setupx.dll16/virtcopy.c [moved from dlls/setupapi/virtcopy.c with 97% similarity]