[3/6]strmbase: move enumpins from quartz to strmbase

Aric Stewart aric at codeweavers.com
Mon Oct 4 09:48:43 CDT 2010


---
  dlls/qcap/Makefile.in        |    1 -
  dlls/qcap/enumpins.c         |  186 -------------------------------------
  dlls/qcap/qcap_main.h        |    8 --
  dlls/qcap/vfwcapture.c       |   28 +++++-
  dlls/quartz/Makefile.in      |    1 -
  dlls/quartz/dsoundrender.c   |   26 ++++--
  dlls/quartz/enumpins.c       |  211 
------------------------------------------
  dlls/quartz/filesource.c     |   32 +++++--
  dlls/quartz/nullrenderer.c   |   25 +++--
  dlls/quartz/parser.c         |   29 ++++--
  dlls/quartz/quartz_private.h |    3 -
  dlls/quartz/transform.c      |   27 ++++--
  dlls/quartz/videorenderer.c  |   25 +++--
  dlls/strmbase/Makefile.in    |    1 +
  dlls/strmbase/enumpins.c     |  207 
+++++++++++++++++++++++++++++++++++++++++
  include/wine/strmbase.h      |    6 +
  16 files changed, 346 insertions(+), 470 deletions(-)
  delete mode 100644 dlls/qcap/enumpins.c
  delete mode 100644 dlls/quartz/enumpins.c
  create mode 100644 dlls/strmbase/enumpins.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4c09508533aa2ac21be00b8a4afec51250598fb8.diff
Type: text/x-patch
Size: 31538 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20101004/f6e3ed2d/attachment-0001.bin>


More information about the wine-patches mailing list