Ensure result of every variant of MS_TIME_DIFF has unsigned long type
authorIvan Maidanski <ivmai@mail.ru>
Fri, 4 Jan 2019 16:55:34 +0000 (19:55 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 5 Jan 2019 09:04:37 +0000 (12:04 +0300)
commitb93f6a2938523da3b260f15ca9b4add29e3ea05c
tree57f265b293dd222b3bcef6c9e93a306a95d7fe40
parent54e87d662eeb17459b0f33eb6fa423126ae4bca9
Ensure result of every variant of MS_TIME_DIFF has unsigned long type
(code refactoring)

Previously, MS_TIME_DIFF had the result of long type for Nintendo and
Win32 targets.

* include/private/gc_priv.h [!NO_CLOCK && BSD_TIME] (MS_TIME_DIFF): Add
comment.
* include/private/gc_priv.h [!NO_CLOCK && !BSD_TIME && (MSWIN32
|| MSWINCE || NN_PLATFORM_CTR)] (MS_TIME_DIFF): Cast result to
unsigned long (instead of long).
include/private/gc_priv.h