qt: playlist: use item title if available
[vlc.git] / contrib / src / protobuf / protobuf-win32.patch
blob8d061370ca4e3c5777b6f424543c7ece2798fa54
1 --- protobuf/src/google/protobuf/stubs/time.h 2018-05-14 12:03:13.005476200 +0200
2 +++ protobuf/src/google/protobuf/stubs/time.h.win32 2018-05-14 12:02:22.476842900 +0200
3 @@ -54,6 +54,9 @@ bool LIBPROTOBUF_EXPORT SecondsToDateTim
4 // Returns false if the DateTime is not valid or is not in the valid range.
5 bool LIBPROTOBUF_EXPORT DateTimeToSeconds(const DateTime& time, int64* seconds);
7 +#ifdef GetCurrentTime
8 +#undef GetCurrentTime // Windows has macro GetCurrentTime
9 +#endif
10 void LIBPROTOBUF_EXPORT GetCurrentTime(int64* seconds, int32* nanos);
12 // Formats a time string in RFC3339 fromat.