Skip to content

compat: implement windows specific gmtime_r

Steve Lhomme requested to merge robUx4/vlc:win32-gmtime into master

gmtime_s is the counterpart variant. Just like we use localtime_s for localtime_r.

Merge request reports