dshowvideosink: Fix 64bit compatibility issue
authorplamot <pierre.lamot@openwide.fr>
Wed, 14 Oct 2015 16:35:00 +0000 (18:35 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 20 Oct 2015 07:12:32 +0000 (10:12 +0300)
commitdf11e84fcd6bf4f2dbee735ee9cfb18d41cbf20f
treec03eea06ea2e8c446c8775756b14355cbf023002
parent2ee31404c02fadaa69d0ca0f295a8dc3b10b3d44
dshowvideosink: Fix 64bit compatibility issue

SetWindowLong works only for 32 bit systems, thus windows events (move/resize)
where not interpreted on 64 bit systems

https://bugzilla.gnome.org/show_bug.cgi?id=756617
sys/dshowvideosink/dshowvideosink.cpp