dshowvideosink: Fix compilation on x64 platforms
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Wed, 2 May 2012 14:56:00 +0000 (07:56 -0700)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 7 May 2012 10:53:26 +0000 (12:53 +0200)
sys/dshowvideosink/dshowvideosink.cpp

index 119962ee3eec92cfd87d688778c41baf122559bc..eb704fcb85f0506e9908a78d8150b05292b6a4df 100644 (file)
 
 #include "windows.h"
 
+#ifdef _WIN64
+#define GWL_WNDPROC GWLP_WNDPROC
+#endif
+
 #define WM_GRAPH_NOTIFY WM_APP + 1 /* Private message */
 
 GST_DEBUG_CATEGORY (dshowvideosink_debug);