mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-12 18:56:13 +00:00
Fix MSVC build issues
This commit is contained in:
@@ -89,6 +89,6 @@ void LiInitializeServerInformation(PSERVER_INFORMATION serverInfo) {
|
||||
memset(serverInfo, 0, sizeof(*serverInfo));
|
||||
}
|
||||
|
||||
unsigned long long LiGetMillis(void) {
|
||||
uint64_t LiGetMillis(void) {
|
||||
return PltGetMillis();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user