#ifndef _NTRTL_H // 100-Nanoseconds #define RTL_SEC_TO_100NANOSEC(s) ((s) * RTL_100NANOSEC_PER_SEC) #endif View code on GitHub
No description available.