Skip to content
Snippets Groups Projects

vlc_fixups: only define TIME_UTC if it's not defined

Merged Steve Lhomme requested to merge robUx4/vlc:android_time into master
All threads resolved!
+ 2
0
@@ -333,7 +333,9 @@ time_t timegm(struct tm *);
#endif
#ifndef HAVE_TIMESPEC_GET
#ifndef TIME_UTC
#define TIME_UTC 1
#endif
struct timespec;
int timespec_get(struct timespec *, int);
#endif
Loading