Home
last modified time | relevance | path

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

/dports/net/c3270/suite3270-4.0/Common/Win32/
H A Dwinvers.c82 HMODULE hntdll = GetModuleHandle("ntdll.dll"); in is_wine() local
83 if (!hntdll) { in is_wine()
87 pwine_get_version = (void *)GetProcAddress(hntdll, "wine_get_version"); in is_wine()
/dports/x11/x3270/suite3270-4.0/Common/Win32/
H A Dwinvers.c82 HMODULE hntdll = GetModuleHandle("ntdll.dll"); in is_wine() local
83 if (!hntdll) { in is_wine()
87 pwine_get_version = (void *)GetProcAddress(hntdll, "wine_get_version"); in is_wine()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DQGLView.cc83 HMODULE hntdll = GetModuleHandle(L"ntdll.dll"); in init() local
84 if (hntdll) in init()
85 if ( (void *)GetProcAddress(hntdll, "wine_get_version") ) in init()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DQGLView.cc83 HMODULE hntdll = GetModuleHandle(L"ntdll.dll"); in init() local
84 if (hntdll) in init()
85 if ( (void *)GetProcAddress(hntdll, "wine_get_version") ) in init()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsil_win32.cpp446 HMODULE hntdll = GetModuleHandle("ntdll.dll"); in CPLGetWineVersion() local
447 if( hntdll == nullptr ) in CPLGetWineVersion()
454 …pwine_get_version = reinterpret_cast<const char* (*)(void)>(GetProcAddress(hntdll, "wine_get_versi… in CPLGetWineVersion()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsil_win32.cpp446 HMODULE hntdll = GetModuleHandle("ntdll.dll"); in CPLGetWineVersion() local
447 if( hntdll == nullptr ) in CPLGetWineVersion()
454 …pwine_get_version = reinterpret_cast<const char* (*)(void)>(GetProcAddress(hntdll, "wine_get_versi… in CPLGetWineVersion()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vsil_win32.cpp446 HMODULE hntdll = GetModuleHandle("ntdll.dll"); in CPLGetWineVersion() local
447 if( hntdll == nullptr ) in CPLGetWineVersion()
454 …pwine_get_version = reinterpret_cast<const char* (*)(void)>(GetProcAddress(hntdll, "wine_get_versi… in CPLGetWineVersion()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-nt.c1136 HMODULE hntdll = GetModuleHandle("ntdll.dll"); in PL_w32_running_under_wine() local
1138 if ( !hntdll ) in PL_w32_running_under_wine()
1142 if ( (pwine_get_version = (void *)GetProcAddress(hntdll, "wine_get_version")) ) in PL_w32_running_under_wine()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dfilesystem-disk-test.c++46 HMODULE hntdll = GetModuleHandle("ntdll.dll"); in detectWine() local
47 if(hntdll == NULL) return false; in detectWine()
48 return GetProcAddress(hntdll, "wine_get_version") != nullptr; in detectWine()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dfilesystem-disk-test.c++46 HMODULE hntdll = GetModuleHandle("ntdll.dll"); in detectWine() local
47 if(hntdll == NULL) return false; in detectWine()
48 return GetProcAddress(hntdll, "wine_get_version") != nullptr; in detectWine()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/wingui/
H A Dpdcscrn.c2304 HMODULE hntdll = GetModuleHandle( _T("ntdll.dll")); in PDC_scr_open() local
2306 if( hntdll) in PDC_scr_open()
2307 wine_version = (wine_version_func)GetProcAddress(hntdll, "wine_get_version"); in PDC_scr_open()
/dports/lang/seed7/seed7/src/
H A Ddrw_win.c416 HMODULE hntdll = 0; in drawInit() local
430 hntdll = LoadLibraryA("kernel32.dll"); in drawInit()
431 if (hntdll != 0) { in drawInit()
432 pGetConsoleWindow = (pGetConsoleWindowType) GetProcAddress(hntdll, "GetConsoleWindow"); in drawInit()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/win32a/
H A Dpdcscrn.c2486 HMODULE hntdll = GetModuleHandle( _T("ntdll.dll")); in PDC_scr_open() local
2488 if( hntdll) in PDC_scr_open()
2489 wine_version = (wine_version_func)GetProcAddress(hntdll, "wine_get_version"); in PDC_scr_open()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/win32a/
H A Dpdcscrn.c2486 HMODULE hntdll = GetModuleHandle( _T("ntdll.dll")); in PDC_scr_open() local
2488 if( hntdll) in PDC_scr_open()
2489 wine_version = (wine_version_func)GetProcAddress(hntdll, "wine_get_version"); in PDC_scr_open()