Skip to content

srp_shared: fix build on Windows

Christopher Degawa requested to merge 1480c1/librist:mingw64/srp_shared into master

Closes #162 (closed)

Windows, and mingw-w64 by extension, lacks the st_mtim field and does not provide nanosecond precision in the stat struct.

Uses Windows' file api to get the same information instead.

Edited by Christopher Degawa

Merge request reports