mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-01-20 02:10:10 +03:00
Remove "WORD", use "USHORT" everywhere for consistency
This commit is contained in:
@ -1903,7 +1903,7 @@ void UINT64ToSystem(SYSTEMTIME *st, UINT64 sec64)
|
||||
sec = (UINT)tmp64;
|
||||
time = (time_64t)sec;
|
||||
TimeToSystem(st, time);
|
||||
st->wMilliseconds = (WORD)millisec;
|
||||
st->wMilliseconds = (USHORT)millisec;
|
||||
}
|
||||
|
||||
// Convert the SYSTEMTIME to UINT64
|
||||
|
||||
Reference in New Issue
Block a user