dshowvideosink: Fix compilation on x64 platforms
This commit is contained in:
parent
93ad7a4d06
commit
30c83758c4
@ -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…
x
Reference in New Issue
Block a user