728x90

#define GET_MILLISEC ((*(__int64 *)0x7FFE0008)/10000)


nMilliSec = GET_MILLISEC / 1000;


nSec = nMilliSec % 60;


nMin = (nMilliSec % 3600) / 60;


nHour = nMilliSec / 3600;




728x90

+ Recent posts