mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
parent
04b0a37f87
commit
62484ac805
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@
|
|||
#define off_t guint64
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define ftruncate g_win32_ftruncate
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue