Changeset 692 for Daodan/src/Daodan_Utility.c
- Timestamp:
- Mar 7, 2013, 6:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Utility.c
r682 r692 2 2 #include <stdlib.h> 3 3 #include <stdarg.h> 4 //#include <stdint.h>5 #include "oni_stdio.h"6 4 7 5 #include "Daodan_Utility.h" 8 #include "BFW_Utility.h"9 6 #include "Oni.h" 10 7 … … 33 30 return; 34 31 } 35 36 /*37 int64_t ONICALL DDrMachineTime_Sixtieths()38 {39 static int64_t LastTime, Time;40 int64_t Current;41 42 Current = LastTime + GetTickCount();43 44 if (Current > Time)45 {46 LastTime += 1;47 Current += 1;48 }49 50 Time = Current;51 52 return (Time * 3) / 50;53 }54 */55 32 56 33 int64_t ONICALL DDrMachineTime_Sixtieths()
Note:
See TracChangeset
for help on using the changeset viewer.