mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
systemclock: Placate gcc by defining EWOULDBLOCK to something
This commit is contained in:
parent
c573f74d34
commit
fb6d79bc33
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
||||||
# define WIN32_LEAN_AND_MEAN /* prevents from including too many things */
|
# define WIN32_LEAN_AND_MEAN /* prevents from including too many things */
|
||||||
# include <windows.h> /* QueryPerformance* stuff */
|
# include <windows.h> /* QueryPerformance* stuff */
|
||||||
# undef WIN32_LEAN_AND_MEAN
|
# undef WIN32_LEAN_AND_MEAN
|
||||||
|
# define EWOULDBLOCK EAGAIN /* This is just to placate gcc */
|
||||||
#endif /* G_OS_WIN32 */
|
#endif /* G_OS_WIN32 */
|
||||||
|
|
||||||
#define GET_ENTRY_STATUS(e) (g_atomic_int_get(&GST_CLOCK_ENTRY_STATUS(e)))
|
#define GET_ENTRY_STATUS(e) (g_atomic_int_get(&GST_CLOCK_ENTRY_STATUS(e)))
|
||||||
|
|
Loading…
Reference in a new issue