Module: wine Branch: refs/heads/master Commit: b89cafaf92795b56c2a1be12c039c7def11b1ffb URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b89cafaf92795b56c2a1be12...
Author: Kevin Koltzau kevin@plop.org Date: Sat Aug 5 23:09:06 2006 -0400
hid: Initial implementation.
---
configure | 3 ++- configure.ac | 1 + dlls/.gitignore | 1 + dlls/Makefile.in | 5 ++++ dlls/hid/Makefile.in | 16 ++++++++++++++ dlls/hid/hid.spec | 44 +++++++++++++++++++++++++++++++++++++++ dlls/hid/main.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ dlls/hid/version.rc | 21 +++++++++++++++++++ 8 files changed, 146 insertions(+), 1 deletions(-) create mode 100644 dlls/hid/Makefile.in create mode 100644 dlls/hid/hid.spec create mode 100644 dlls/hid/main.c create mode 100644 dlls/hid/version.rc
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=b89cafaf92795b56c2a1...