Module: wine Branch: refs/heads/master Commit: d30975d57619a7cca712bea4ea4d53cf6bad80a3 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d30975d57619a7cca712bea4...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Thu Apr 27 20:52:12 2006 +0900
Add a stub implementation of mprapi.dll.
---
configure | 3 + configure.ac | 1 dlls/Makefile.in | 5 ++ dlls/mprapi/.gitignore | 2 + dlls/mprapi/Makefile.in | 14 +++++ dlls/mprapi/mprapi.c | 52 +++++++++++++++++++ dlls/mprapi/mprapi.spec | 132 +++++++++++++++++++++++++++++++++++++++++++++++ include/Makefile.in | 1 include/mprapi.h | 35 ++++++++++++ 9 files changed, 244 insertions(+), 1 deletions(-) create mode 100644 dlls/mprapi/.gitignore create mode 100644 dlls/mprapi/Makefile.in create mode 100644 dlls/mprapi/mprapi.c create mode 100644 dlls/mprapi/mprapi.spec create mode 100644 include/mprapi.h
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=d30975d57619a7cca712...