Skip to content

SystemTools: Add cross-platform stat() wrapper

Add a simple wrapper to system call stat, so it calls stat on linux and _stat64 on windows

Topic-rename: SystemTools-stat-wrapper

Merge request reports