- Timestamp:
- 08/24/10 07:51:02 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/common/include/platform/windows/win32platform.h
r58 r96 103 103 }while (0); 104 104 105 #define GETCUSTOMNTP(result,value) \ 106 do { \ 107 struct timeval tv; \ 108 tv.tv_sec=value/CLOCKS_PER_SECOND; \ 109 tv.tv_usec=value-tv.tv_sec*CLOCKS_PER_SECOND; \ 110 result=(((uint64_t)tv.tv_sec + 2208988800U)<<32)|((((uint32_t)tv.tv_usec) << 12) + (((uint32_t)tv.tv_usec) << 8) - ((((uint32_t)tv.tv_usec) * 1825) >> 5)); \ 111 }while (0); 112 105 113 typedef void (*SignalFnc)(void); 106 114
Note: See TracChangeset
for help on using the changeset viewer.
