Alexandre Julliard : ole32: Make storage. dll into a stand-alone 16-bit module.

Alexandre Julliard julliard at winehq.org
Thu Mar 12 09:54:17 CDT 2009


Module: wine
Branch: master
Commit: f7fe2edadd0d29f4ccd88504c3cb247544896159
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f7fe2edadd0d29f4ccd88504c3cb247544896159

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Mar 11 17:03:10 2009 +0100

ole32: Make storage.dll into a stand-alone 16-bit module.

---

 .gitignore                                         |    1 -
 configure                                          |   10 ++
 configure.ac                                       |    2 +
 dlls/Makefile.in                                   |    3 +-
 dlls/ole32/Makefile.in                             |    6 +-
 dlls/ole32/ole2_16.c                               |   64 ++++++++
 dlls/storage.dll16/Makefile.in                     |   15 ++
 dlls/storage.dll16/ifs.h                           |  133 +++++++++++++++++
 dlls/{ole32 => storage.dll16}/storage.c            |  151 ++++++--------------
 .../storage.dll16.spec}                            |    0 
 10 files changed, 271 insertions(+), 114 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=f7fe2edadd0d29f4ccd88504c3cb247544896159



More information about the wine-cvs mailing list