osme stuf

This commit is contained in:
Mars 2024-07-02 05:54:06 -04:00
parent 4f039f9c79
commit dff976ed0e
7 changed files with 44 additions and 48 deletions

View file

@ -1,3 +1,5 @@
#ifdef __WIN32__
#include <exception>
#include <windows.h>
#include <winrt/Windows.Foundation.h>
@ -105,3 +107,5 @@ fn GetOSVersion() -> string {
return "";
}
#endif