systemclock: Placate gcc by defining EWOULDBLOCK to something

This commit is contained in:
Руслан Ижбулатов 2011-05-25 13:40:30 +04:00 committed by Sebastian Dröge
parent 54a9d8038d
commit d56b3ec5aa

View file

@ -51,6 +51,7 @@
# define WIN32_LEAN_AND_MEAN /* prevents from including too many things */
# include <windows.h> /* QueryPerformance* stuff */
# undef WIN32_LEAN_AND_MEAN
# define EWOULDBLOCK EAGAIN /* This is just to placate gcc */
#endif /* G_OS_WIN32 */
#define GET_ENTRY_STATUS(e) (g_atomic_int_get(&GST_CLOCK_ENTRY_STATUS(e)))