Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/startup/
H A Dpesect.c238 static HANDLE msvcrt_handle; in __mingw_get_msvcrt_handle() local
240 if(!msvcrt_handle) { in __mingw_get_msvcrt_handle()
255 msvcrt_handle = GetModuleHandleA(lib_name); in __mingw_get_msvcrt_handle()
256 if(!msvcrt_handle) in __mingw_get_msvcrt_handle()
257 msvcrt_handle = LoadLibraryW(L"msvcrt.dll"); in __mingw_get_msvcrt_handle()
260 return msvcrt_handle; in __mingw_get_msvcrt_handle()