Ver Fonte

* SecsPerHour, delphi compatibility.

git-svn-id: trunk@42452 -
marco há 6 anos atrás
pai
commit
6ca93e294f
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      rtl/objpas/sysutils/datih.inc

+ 2 - 0
rtl/objpas/sysutils/datih.inc

@@ -26,7 +26,9 @@ const
    MinsPerHour = 60;
    SecsPerMin  = 60;
    MSecsPerSec = 1000;
+
    MinsPerDay  = HoursPerDay * MinsPerHour;
+   SecsPerHour = SecsPerMin * MinsPerHour;
    SecsPerDay  = MinsPerDay * SecsPerMin;
    MSecsPerDay = SecsPerDay * MSecsPerSec;