idletime.h 223 B

12345
  1. #include <windows.h>
  2. DECLSPEC_IMPORT BOOL WINAPI USER32$GetLastInputInfo(PLASTINPUTINFO plii);
  3. DECLSPEC_IMPORT DWORD WINAPI KERNEL32$GetTickCount(void);
  4. WINBASEAPI int __cdecl MSVCRT$printf(const char * _Format,...);