Alexandre Julliard : ole32: Make ole2.dll into a stand-alone 16-bit module.
Module: wine Branch: master Commit: 2e1b309fba24c5648c2b65106551574eb100bd19 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e1b309fba24c5648c2b651065... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Mar 11 17:05:20 2009 +0100 ole32: Make ole2.dll into a stand-alone 16-bit module. --- .gitignore | 1 - configure | 10 +++ configure.ac | 2 + dlls/Makefile.in | 3 +- dlls/ole2.dll16/Makefile.in | 17 +++++ dlls/{ole32 => ole2.dll16}/ifs.h | 24 ------ .../memlockbytes16.c => ole2.dll16/memlockbytes.c} | 2 +- dlls/{ole32/ole2_16.c => ole2.dll16/ole2.c} | 70 +++++++++++------- .../ole2.spec => ole2.dll16/ole2.dll16.spec} | 6 +- dlls/ole32/Makefile.in | 7 +-- dlls/ole32/ole16.c | 77 +++++++++++++++----- dlls/ole32/ole2.c | 3 - 12 files changed, 136 insertions(+), 86 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2e1b309fba24c5648c2b65...
participants (1)
-
Alexandre Julliard