search for: importlib

Displaying 18 results from an estimated 18 matches for "importlib".

2017 Feb 21
3
[lld] elf linker creates undefined empty symbol
...ne used: lld -flavor gnu -O0 --lto-O0 --eh-frame-hdr --dynamic-linker "/lib64/ld-linux-x86-64.so.2" "-L." "-oConsoleApplication347" "RemObjects.Elements.Cirrus.ConsoleApplication347.o" "libgc.a" "Island.a" "RemObjects.Elements.Cirrus.importlib-ConsoleApplication347-libc.so" "RemObjects.Elements.Cirrus.importlib-ConsoleApplication347-ClassLibrary22" "RemObjects.Elements.Cirrus.importlib-ConsoleApplication347-libpthread.so" "RemObjects.Elements.Cirrus.importlib-ConsoleApplication347-librt.so" "Re...
2020 Feb 02
0
Wine release 5.1
...vbscript: Support reporting error location to script host. jscript: Use parser location to calculate function body string. jscript: Always set parser error code on error. jscript: Store source location in statement_t. include: Add wWinMain declaration. makedep: Link importlib object files into module only when it's explicitly imported. winegcc: Add support for -Wl,--entry argument. msvcrt: Provide EXE entry points in importlib. winegcc: Use Wine crt when linking builtin EXEs. ddraw/tests: Don't use log2f to avoid mingwex dependency....
2019 Mar 28
0
[PATCH v2 4/4] OCaml tools: output messages into JSON for machine readable
...version_info >= (3, 4): + def set_fd_inheritable(fd): + os.set_inheritable(fd, True) +else: + def set_fd_inheritable(fd): + pass + + +if sys.version_info >= (3, 0): + def fdopen(fd, mode): + return open(fd, mode) + + def isModuleInstalled(mod): + import importlib + return bool(importlib.util.find_spec(mod)) +else: + def fdopen(fd, mode): + return os.fdopen(fd, mode) + + def isModuleInstalled(mod): + import imp + try: + imp.find_module(mod) + return True + except ImportError: + return...
2019 Aug 30
0
Wine release 4.15
...vbscript/tests: Fix tests on some Vista versions. vbscript: Support arrays in VarType. vbscript: Handle long/short distinction in interpreter. vbscript: Rename OP_long expression to OP_int. vbscript: Support unary + expressions. winebuild: Don't include aliases in importlib .def files. winebuild: Don't underscore local symbols in func_declaration. mscvrt: Always provide float variants of math functions in importlib on x86. wine/asm.h: Quote stdcall decored symbols. winebuild: Quote stdcall decored symbols. vbscript: Suport + sign in e...
2008 Mar 07
0
Wine release 0.9.57
...'t available on all platforms. Add configure check for strtoll and strtoull. include: Remove superfluous semi-colon from d3d9.h. libport: Undefine strcasecmp and strncasecmp in case they are defined to stricmp and strnicmp respectively. makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. makefiles: Split AR into AR and ARFLAGS. rpcrt4: Use closesocket to close sockets and define it to close on Unix platforms to make the code more portable. mshtml: Move some public GUIDs to shlguid.h. user32: Add test for calling CreateDesktop o...
2017 Jan 13
0
Wine release 2.0-rc5
...w key renaming via the Edit or Popup menus. Huw D. M. Davies (3): dxgi/tests: Fix test failure on Windows 7. dmime/tests: Skip the tests if InitAudio fails for any reason. advapi32/tests: Update ACE registry tests with Windows 10 values. Jacek Caban (2): secur32/tests: Use importlib for functions available since Windows XP. secur32: Don't change input buffer in InitializeSecurityContext. Józef Kucia (13): wined3d: Update "screen_format" when ChangeDisplaySettingsEx() call is redundant. ddraw/tests: Add test for display mode surface pixel format...
2020 May 08
0
Wine release 5.8
...on mingw target. winegcc: Add support for msvc target. include: Introduce WINE_USE_LONG macro. include: Add intrin.h and use it to provide __cpuid implementation. wineboot: Use __cpuid from intrin.h. wbemprox: Use __cpuid from intrin.h. ntdll: Export _chkstk from importlib. ntoskrnl.exe: Export _chkstk from importlib. winecrt0: Build exception functions on clang msvc target. winecrt0: Add _fltused symbol. configure: Assume that -delayload linker argument is supported when -target argument is used. configure: Allow specifying default CROS...
2019 Mar 28
8
[PATCH v2 0/4] OCaml tools: output messages as JSON machine
Enhance the output in machine parseable mode, by outputting all the messages of OCaml tools as JSON to the machine parseable stream. Related, although not strictly needed for this (and thus can be split if requested), is the addition of the fd format for the machine readable stream. Changes from v1: - use Obj.magic to convert int -> Unix.file_descr - add tests Pino Toscano (4):
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...der for the right mouse button to do extra functionality === Code: diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in index 3dbde26..d1ebfe8 100644 --- a/dlls/user32/Makefile.in +++ b/dlls/user32/Makefile.in @@ -1,7 +1,7 @@ EXTRADEFS = -D_USER32_ -D_WINABLE_ MODULE = user32.dll IMPORTLIB = user32 -IMPORTS = gdi32 version advapi32 +IMPORTS = gdi32 version advapi32 dinput8 dinput dxguid DELAYIMPORTS = imm32 C_SRCS = \ diff --git a/dlls/user32/input.c b/dlls/user32/input.c index 6e1e459..c0a3b42 100644 --- a/dlls/user32/input.c +++ b/dlls/user32/input.c @@ -22,6 +22,14 @@ *...
2019 Aug 16
0
Wine release 4.14
...svcrt if specified. d3d9x: Build with ucrtbase. gdiplus: Build with ucrtbase. vbscript: Build with ucrtbase. dsound: Build with ucrtbase. winecrt0: Add __delayLoadHelper2. winecrt0: Add DllMainCRTStartup. msvcr70: Provide floating point function wrappers in importlib. winegcc: Use -nodefaultlibs -nostartfiles for builtin DLLs. kernel32/tests: Improve timeout handling in debugger tests. server: Report only one debug event per process at the time. jscript: Support VT_UI1 and VT_I1 types. jscript: Allow 0x strings with explicit radix...
2018 Aug 17
0
Wine release 3.14
...oncurrent_vector_Internal_resize. msvcp90: Add implementation of _Concurrent_vector_Internal_push_back. msvcp120: Add tests for _Concurrent_vector_Internal_compact. Jacek Caban (31): d3dcompiler/tests: Load d3dcompiler_43.dll dynamically. d3dcompiler: Use d3dcompiler_47 for importlib. winevulkan: Expose driver vkGetInstanceProcAddr via winevulkan exports. winevulkan: Mark ICD and thunking functions as private. mscat.h: Add missing declarations. odbc32: Add SQLGetDiagRecA implementation. ntdll/tests: Add pipe state tests. server: Store pipe st...
2020 May 22
0
Wine release 5.9
...nfigure: Allow specifying cross debug format. makedep: Support split debug for cross compiled modules. configure: Check if --disable-stdcall-fixup is supported before using it. makedep: Install also generated typelib for installed idl files. oleacc.idl: Generate tlb file for importlib. winnt.h: Add ARRAYSIZE macro. wine/test.h: Remove NAN and INFINITY macros. dmusicf.h: Move typedef below enum declarations. gdiplusenums.h: Remove PaletteFlags. winegcc: Default to ucrtbase. configure: Use cross compiler for EXCESS_PRECISION_CFLAGS check when av...
2020 Feb 16
0
Wine release 5.2
...in for linking modules with no sources. user32: Allow using null driver as a normal graphics driver. tchar.h: Fix some macros. corecrt_wstdio.h: Add new file and use it instead of duplicating declarations in stdio.h and wchar.h. makedep: Use msvcrt headers for objects inside importlibs. user32: Initialize module handle to NULL for null driver. stdio.h: Provide sprintf and _snprintf as inline wrappers. corecrt_stdio_config.h: Add new header file. include: Move NULL define to corecrt.h. ucrtbase: Use public headers for _vsnprintf implementation. Jace...
2015 Nov 13
0
Wine release 1.7.55
...9529 Data Source initstring parsing is case-sensitive 39544 Microsoft Office 2007 installer fails with 'ITERATE_Actions Execution halted, action L"ProcessBranding" returned 1603' 39545 wine build fails without libpulse 39551 building dlls/atl fails: error: Could not open importlib stdole2.tlb. 39568 err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols 39574 iNode 3.6 client needs ndis.sys.NdisInitUnicodeString 39575 Wine control panel app crashes when encountering builtin applets with unimplemented CPL entry points (bthprops.cpl.CPlApplet)...
2020 Apr 24
0
Wine release 5.7
...stop_thread. server: Don't wait for client thread to enter suspended state in set_thread_context. server: Block by waiting on context handle in get_thread_context. makedep: Don't try to use .delay.a extension for non-PE delay imports. windowscodecs: Provide UUIDs in importlib. winbase.h: Unify MSVC interlocked functions declarations. include: Use long type for __msvcrt_long when possible. include: Don't override keywords with macros on MSVC. windef.h: Use __thiscall keyword on Clang with MSVC target. winnt.h: Use the same C_ASSERT versi...
2019 Dec 13
0
Wine release 5.0-rc1
...physical device memory properties in the wined3d_adapter_vk structure. Jacek Caban (9): jscript: Import to_int32 implementation from WebKit. oleaut32: Fix sharing options in TLB_ReadTypeLib. makedep: Build implib cross object files with -fno-builtin. msvcrt: Provide exp2 in importlib. mshtml: Refactor Gecko loading code. mshtml: Support loading Gecko from global location. winnt.h: Add missing NTSYSAPI attributes. mshtml: Update to Wine Gecko 2.47.1. configure: Silence -Wincompatible-library-redeclaration warning. Jactry Zeng (5): sapi: Imple...
2020 Mar 27
0
Wine release 5.5
...crtbase/tests: Build with -fno-builtin. ucrtbase/tests: Use more functions directly. ucrtbase/tests: Fix clock tests. corecrt_startup.h: Add onexit table declarations. ucrtbase/tests: Use public onexit table declarations. msvcrt: Use public onexit table declarations in importlib. ucrtbase/tests: Link to _o_* functions directly. mshtml/tests: Remove file protocol tests from htmllocation.c. dbghelp: Check checksum before mapping elf file. dbghelp: Use elf_check_debug_link in elf_locate_build_id_target. dbghelp: Move get_dos_file_name to path.c....
2008 Oct 24
0
Wine release 1.1.7
...ace_blt_to_drawable(). wined3d: The container is always non-NULL if GetContainer() succeeds. wined3d: Remove a redundant local variable in apply_draw_buffer(). wined3d: Modifying GL_TEXTURE_MIN_FILTER modifies both the MINFILTER and MIPFILTER sampler states. d3d10: Create an importlib. dxguid: Add d3d10 GUIDs. dxgi: Add the IDXGIObject interface. dxgi: Add the IDXGIDeviceSubObject interface. dxgi: Add the IDXGISurface interface. dxgi: Add the IDXGIOutput interface. dxgi: Add the IDXGISwapChain interface. dxgi: Add the IDXGIAdapter interf...