Module: wine Branch: master Commit: 58b5a3f6bea4403a97c29b45dd27f9cc7ebbb0a2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=58b5a3f6bea4403a97c29b45dd... Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com> Date: Mon Aug 3 15:48:32 2009 +0200 msgsm32.acm: Implement a stub dll. --- configure | 117 ++++++++++++++++++++++ configure.ac | 12 +++ dlls/msgsm32.acm/Makefile.in | 12 +++ dlls/msgsm32.acm/msgsm32.acm.spec | 1 + dlls/msgsm32.acm/msgsm32.c | 198 +++++++++++++++++++++++++++++++++++++ include/config.h.in | 6 + tools/wine.inf.in | 2 + 7 files changed, 348 insertions(+), 0 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=58b5a3f6bea4403a97c29b...