add system check and block on new windows versions

This commit is contained in:
2024-06-07 13:19:40 +02:00
parent a2001b34ea
commit 6b96be7a57
4 changed files with 57 additions and 0 deletions

4
src/sys_check.hpp Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
// perform system checks and potentially terminate
void runSysCheck(void);