GNOME Bugzilla – Bug 675599
dshowvideosink: Fix compilation on x64 platforms
Last modified: 2012-05-07 17:06:39 UTC
Created attachment 213572 [details] [review] 0001-dshowvideosink-Fix-compilation-on-x64-platforms.patch In x64 platforms, GWL_WNDPROC is defined as GWLP_WNDPROC
commit 30c83758c4347b8de5e02fcb4f769db29ebcb154 Author: Andoni Morales Alastruey <ylatuya@gmail.com> Date: Wed May 2 07:56:00 2012 -0700 dshowvideosink: Fix compilation on x64 platforms
Why not use GWLP_WNDPROC instead of GWL_WNDPROC? I don't think SetWindowLong / GetWindowLong will work on x64 anyway.
You mean using GWLP_WNDPROC on both architectures? This patch has been tested in both win32 and x64
(In reply to comment #3) > You mean using GWLP_WNDPROC on both architectures? Yes, why not? > This patch has been tested in both win32 and x64 http://msdn.microsoft.com/en-us/library/windows/desktop/ms633591%28v=vs.85%29.aspx