ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Utility.c
(Generate patch)

Comparing Daodan/src/Daodan_Utility.c (file contents):
Revision 296 by rossy, Wed Mar 18 07:48:30 2009 UTC vs.
Revision 297 by rossy, Fri Apr 17 13:31:04 2009 UTC

# Line 27 | Line 27 | void __cdecl DDrStartupMessage(const cha
27          return;
28   }
29  
30 < int64_t DDrMachineTime_Sixtieths()
30 > int64_t ONICALL DDrMachineTime_Sixtieths()
31   {
32          static int64_t LastTime, Time;
33          int64_t Current;
# Line 45 | Line 45 | int64_t DDrMachineTime_Sixtieths()
45          return (Time * 3) / 50;
46   }
47  
48 < int64_t DDrMachineTime_High()
48 > int64_t ONICALL DDrMachineTime_High()
49   {
50   //      LARGE_INTEGER PerfCount;
51   //      
# Line 56 | Line 56 | int64_t DDrMachineTime_High()
56          return GetTickCount();
57   }
58  
59 < double DDrMachineTime_High_Frequency()
59 > double ONICALL DDrMachineTime_High_Frequency()
60   {
61   //      LARGE_INTEGER Frequency;
62   //

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)