(resend)[2/6]strmbase: move enumpins from quartz to strmbase

Aric Stewart aric at codeweavers.com
Wed Oct 6 09:48:07 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     |  211 
++++++++++++++++++++++++++++++++++++++++++
  include/wine/strmbase.h      |    6 +
  16 files changed, 350 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: 1e68183246c0adf68f3fc1a310a24b771345a8aa.diff
Type: text/x-patch
Size: 31587 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20101006/bf3bc6b3/attachment-0001.bin>


More information about the wine-patches mailing list