Dmitry Timoshkov : windowscodecs: Move the aggregation check from object constructors to class factory.

Alexandre Julliard julliard at winehq.org
Tue Jan 14 13:44:59 CST 2014


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

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Tue Jan 14 20:18:11 2014 +0900

windowscodecs: Move the aggregation check from object constructors to class factory.

---

 dlls/windowscodecs/bmpdecode.c         |   14 ++++-----
 dlls/windowscodecs/bmpencode.c         |    6 ++--
 dlls/windowscodecs/clsfactory.c        |    8 ++++--
 dlls/windowscodecs/converter.c         |    6 ++--
 dlls/windowscodecs/gifformat.c         |   26 ++++++++---------
 dlls/windowscodecs/icnsformat.c        |    8 ++----
 dlls/windowscodecs/icoformat.c         |    8 ++----
 dlls/windowscodecs/imgfactory.c        |    8 ++----
 dlls/windowscodecs/jpegformat.c        |   16 ++++-------
 dlls/windowscodecs/metadatahandler.c   |   12 ++++----
 dlls/windowscodecs/pngformat.c         |   20 ++++++-------
 dlls/windowscodecs/proxy.c             |    2 +-
 dlls/windowscodecs/tgaformat.c         |    6 ++--
 dlls/windowscodecs/tiffformat.c        |   16 ++++-------
 dlls/windowscodecs/wincodecs_private.h |   49 ++++++++++++++++----------------
 15 files changed, 89 insertions(+), 116 deletions(-)

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



More information about the wine-cvs mailing list