Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c1402 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local
1403 if( NULL != hinstLib ){ in hasTimer()
1405 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()
1409 FreeLibrary(hinstLib); in hasTimer()