Home
last modified time | relevance | path

Searched refs:hinstLib (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c1397 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local
1398 if( NULL != hinstLib ){ in hasTimer()
1400 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()
1404 FreeLibrary(hinstLib); in hasTimer()