Ignore:
Timestamp:
Apr 17, 2009, 3:31:04 PM (16 years ago)
Author:
rossy
Message:

some things that probably dont work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Utility.c

    r276 r297  
    2828}
    2929
    30 int64_t DDrMachineTime_Sixtieths()
     30int64_t ONICALL DDrMachineTime_Sixtieths()
    3131{
    3232        static int64_t LastTime, Time;
     
    4646}
    4747
    48 int64_t DDrMachineTime_High()
     48int64_t ONICALL DDrMachineTime_High()
    4949{
    5050//      LARGE_INTEGER PerfCount;
     
    5757}
    5858
    59 double DDrMachineTime_High_Frequency()
     59double ONICALL DDrMachineTime_High_Frequency()
    6060{
    6161//      LARGE_INTEGER Frequency;
Note: See TracChangeset for help on using the changeset viewer.