hMod 373 sapi/cli/ps_title.c HMODULE hMod = LoadLibrary("kernel32.dll"); hMod 375 sapi/cli/ps_title.c if (!hMod) { hMod 380 sapi/cli/ps_title.c set_title = (MySetConsoleTitle)GetProcAddress(hMod, "SetConsoleTitleA"); hMod 409 sapi/cli/ps_title.c HMODULE hMod = LoadLibrary("kernel32.dll"); hMod 411 sapi/cli/ps_title.c if (!hMod) { hMod 416 sapi/cli/ps_title.c get_title = (MyGetConsoleTitle)GetProcAddress(hMod, "GetConsoleTitleA"); hMod 36 win32/time.c HMODULE hMod = GetModuleHandle("kernel32.dll"); hMod 38 win32/time.c if (hMod) { hMod 40 win32/time.c timefunc = (MyGetSystemTimeAsFileTime)GetProcAddress(hMod, "GetSystemTimePreciseAsFileTime"); hMod 44 win32/time.c timefunc = (MyGetSystemTimeAsFileTime)GetProcAddress(hMod, "GetSystemTimeAsFileTime");