osme stuf
This commit is contained in:
parent
4f039f9c79
commit
dff976ed0e
7 changed files with 44 additions and 48 deletions
|
@ -21,6 +21,6 @@ fn GetNowPlaying() -> string {
|
|||
return "No song playing";
|
||||
}
|
||||
|
||||
fn GetOSVersion() -> const char* { return GetMacOSVersion(); };
|
||||
fn GetOSVersion() -> const char* { return GetMacOSVersion(); }
|
||||
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue