user32: Make mouse.drv into a stand-alone 16-bit module.
commitd62c05f72049c25f317ff3c538c33c5069e11902
authorAlexandre Julliard <julliard@winehq.org>
Wed, 4 Mar 2009 13:32:56 +0000 (4 14:32 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Mar 2009 13:32:56 +0000 (4 14:32 +0100)
tree59bf717637224529cd416976ca8661979f6b8835
parentc2e52469fe089a5232b5c0d2aeb7606f5847f5ec
user32: Make mouse.drv into a stand-alone 16-bit module.
.gitignore
configure
configure.ac
dlls/Makefile.in
dlls/mouse.drv16/Makefile.in [new file with mode: 0644]
dlls/mouse.drv16/mouse.c [moved from dlls/user32/mouse16.c with 94% similarity]
dlls/mouse.drv16/mouse.drv16.spec [moved from dlls/user32/mouse.drv.spec with 53% similarity]
dlls/mouse.drv16/mouse.rc [moved from dlls/user32/resources/mouse.rc with 100% similarity]
dlls/user32/Makefile.in