Module: wine Branch: master Commit: b12965ceaa218acf5e4f619f97aac1f364fe010f URL: http://source.winehq.org/git/wine.git/?a=commit;h=b12965ceaa218acf5e4f619f97...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Mar 11 16:27:35 2009 +0100
olesvr32: Make olesvr.dll into a stand-alone 16-bit module.
---
.gitignore | 1 - configure | 10 + configure.ac | 2 + dlls/Makefile.in | 4 - dlls/olesvr.dll16/Makefile.in | 15 ++ dlls/olesvr.dll16/olesvr.c | 226 ++++++++++++++++++++ .../olesvr.spec => olesvr.dll16/olesvr.dll16.spec} | 0 dlls/olesvr32/Makefile.in | 2 - dlls/olesvr32/olesvr_main.c | 94 -------- 9 files changed, 253 insertions(+), 101 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b12965ceaa218acf5e4f61...