diff --git a/tests/examples/gtk/fxtest/pixbufdrop.c b/tests/examples/gtk/fxtest/pixbufdrop.c index 33f348518a..1aaf6bbfc6 100644 --- a/tests/examples/gtk/fxtest/pixbufdrop.c +++ b/tests/examples/gtk/fxtest/pixbufdrop.c @@ -35,7 +35,7 @@ create_window (GstBus *bus, GstMessage *message, GtkWidget *widget) #ifdef WIN32 gst_x_overlay_set_xwindow_id (GST_X_OVERLAY (GST_MESSAGE_SRC (message)), - reinterpret_castGDK_WINDOW_HWND(widget->window)); + (gulong)GDK_WINDOW_HWND(widget->window)); #else gst_x_overlay_set_xwindow_id (GST_X_OVERLAY (GST_MESSAGE_SRC (message)), GDK_WINDOW_XWINDOW(widget->window));