rfbsrc: Fix compiling in Windows

https://bugzilla.gnome.org/show_bug.cgi?id=677724
This commit is contained in:
Raimo Järvi 2012-06-08 23:01:26 +03:00 committed by Vincent Penquerc'h
parent afba4ce869
commit e0241278f6

View file

@ -197,7 +197,7 @@ gst_rfb_src_init (GstRfbSrc * src, GstRfbSrcClass * klass)
WSADATA wsa_data;
if (WSAStartup (MAKEWORD (2, 2), &wsa_data) != 0) {
GST_ERROR_OBJECT (sink, "WSAStartup failed: 0x%08x", WSAGetLastError ());
GST_ERROR_OBJECT (src, "WSAStartup failed: 0x%08x", WSAGetLastError ());
}
}
#endif