Make an endif comment match the actual condition
This commit is contained in:
parent
e61a6017f9
commit
6e715ddc10
@ -79,7 +79,7 @@ static inline int64_t WelsTime (void) {
|
|||||||
QueryPerformanceCounter ((LARGE_INTEGER*)&iMtimeCur);
|
QueryPerformanceCounter ((LARGE_INTEGER*)&iMtimeCur);
|
||||||
iResult = (int64_t) ((double)iMtimeCur * 1e6 / (double)iMtimeFreq + 0.5);
|
iResult = (int64_t) ((double)iMtimeCur * 1e6 / (double)iMtimeFreq + 0.5);
|
||||||
return iResult;
|
return iResult;
|
||||||
#endif//WIN32
|
#endif//_WIN32
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user