Module: wine Branch: master Commit: beab2c17e9218e069abf6b464f61467a5ccd0558 URL: http://source.winehq.org/git/wine.git/?a=commit;h=beab2c17e9218e069abf6b464f...
Author: Rob Shearman rob@codeweavers.com Date: Fri Nov 2 11:35:34 2007 +0000
inetcomm: Add stub implementation of inetcomm.dll.
---
.gitignore | 1 + Makefile.in | 2 + configure | 3 + configure.ac | 1 + dlls/Makefile.in | 5 ++ dlls/inetcomm/Makefile.in | 14 +++++ dlls/inetcomm/inetcomm.spec | 106 +++++++++++++++++++++++++++++++++++++++++ dlls/inetcomm/inetcomm_main.c | 87 +++++++++++++++++++++++++++++++++ 8 files changed, 219 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=beab2c17e9218e069abf6b...