mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
dshowvideosink: Fix compilation on x64 platforms
This commit is contained in:
parent
93ad7a4d06
commit
30c83758c4
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
|||
|
||||
#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);
|
||||
|
|
Loading…
Reference in a new issue