Module: wine Branch: refs/heads/master Commit: 5640b56ebd4178915d535c0bd4fdb14c594637a3 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=5640b56ebd4178915d535c0b...
Author: Detlef Riekenberg wine.dev@web.de Date: Tue Jun 20 06:12:36 2006 +0200
compstui: Add minimal compstui.dll (stubs only).
---
configure | 3 + configure.ac | 1 dlls/Makefile.in | 5 ++ dlls/compstui/.gitignore | 2 + dlls/compstui/Makefile.in | 14 ++++++ dlls/compstui/compstui.spec | 4 ++ dlls/compstui/compstui_main.c | 96 +++++++++++++++++++++++++++++++++++++++++ 7 files changed, 124 insertions(+), 1 deletions(-) create mode 100644 dlls/compstui/.gitignore create mode 100644 dlls/compstui/Makefile.in create mode 100644 dlls/compstui/compstui.spec create mode 100644 dlls/compstui/compstui_main.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=5640b56ebd4178915d53...