mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
systemclock: Placate gcc by defining EWOULDBLOCK to something
This commit is contained in:
parent
54a9d8038d
commit
d56b3ec5aa
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue