Home
last modified time | relevance | path

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

/PHP-8.0/ext/com_dotnet/
H A Dcom_dotnet.c126 HMODULE mscoree; in dotnet_bind_runtime() local
132 mscoree = LoadLibraryA("mscoree.dll"); in dotnet_bind_runtime()
133 if (mscoree == NULL) { in dotnet_bind_runtime()
137 CorBindToRuntime = (cbtr_t) GetProcAddress(mscoree, "CorBindToRuntime"); in dotnet_bind_runtime()
139 FreeLibrary(mscoree); in dotnet_bind_runtime()
153 FreeLibrary(mscoree); in dotnet_bind_runtime()
H A Dconfig.w3212 CHECK_HEADER_ADD_INCLUDE('mscoree.h', 'CFLAGS_COM_DOTNET');

Completed in 5 milliseconds