search for: declspec_hotpatch

Displaying 20 results from an estimated 27 matches for "declspec_hotpatch".

2019 Aug 23
0
Wine release 4.0.2
...e(). dinput: Ensure Cursor is visible on config dialog. dinput: Allow enumeration of joysticks with DirectX 3. dinput: Handle setting DIPROP_CALIBRATIONMODE mode in generic implementation. vbscript: Move variable declaration outside of for. Andrey Gusev (2): dxgi: Add DECLSPEC_HOTPATCH to d3d11_swapchain_Present(). setupapi: Add DECLSPEC_HOTPATCH to SetupDiEnumDeviceInfo(). André Hentschel (5): ntdll: Add stub for RtlInstallFunctionTableCallback on ARM/ARM64. ntdll: Adjust PC according to THUMB/ARM flag. kernel32: Add forward for RtlInstallFunctionTableCa...
2018 Nov 29
0
Wine release 3.0.4
...ng search icons. shell32: Add Jaz drive icon. shell32: Rename icon 137 from "options" to "control panel XP". shell32: Add remaining control panel icons. shell32: Add remaining small icons. wine.inf: Add TCP/IP DataBasePath value. kernel32: Add DECLSPEC_HOTPATCH to functions patched by libtcmalloc. ntdll: Add DECLSPEC_HOTPATCH to functions patched by libtcmalloc. oleaut32: Add DECLSPEC_HOTPATCH to functions patched by MS Word 2010. msvcrt: Add DECLSPEC_HOTPATCH to functions patched by libtcmalloc. oleaut32: Add DECLSPEC_HOTPATCH to...
2019 May 15
0
Wine release 4.0.1
...The Bard's Tale (2005): unplayable due to almost completely black screen 26653 Multiple VB6 applications need oleaut32 VarRound to support VT_DECIMAL 28140 Theatre of War 3: Korea demo 1.2.0 crashes on startup (hook engine can't cope with GOT/PIC register load code at API entry, needs DECLSPEC_HOTPATCH for kernel32.SizeofResource and kernel32.FindClose) 31954 Second Sight hangs with a black screen after the intro videos 33456 D3DXMatrixTransformation: Broken calculation when scalingrotation and scaling is used 35516 Microworlds EX hangs when clicking toolbar button 37705 Heroes of Mig...
2019 Apr 26
0
Wine release 4.7
...t: Don't report SysMouse/Keyboard devices as supporting Force Feedback. Andreas Maier (2): jscript: Stub Enumerator object. jscript_test: Simple test for Enumerator(). Andrew Eikum (1): dinput: Report controllers as gamepads, not joysticks. Andrey Gusev (2): dxgi: Add DECLSPEC_HOTPATCH to d3d11_swapchain_Present(). setupapi: Add DECLSPEC_HOTPATCH to SetupDiEnumDeviceInfo(). André Hentschel (1): ntdll: Reuse signal to trap translation for FreeBSD on ARM. Bruno Jesus (1): mciavi32: Add Support for MCI_MCIAVI_PLAY_FULLSCREEN. Damjan Jovanovic (4): configur...
2018 Sep 28
0
Wine release 3.17
...(326) : hr = m_pDeviceContext->CreateEffect( apBrush 45861 PhaseOne CaptureOne 11.2 (.NET 4.7 app) crashes on unimplemented function mscms.dll.WcsGetUsePerUserProfiles ---------------------------------------------------------------- Changes since 3.16: Alex Henrie (9): kernel32: Add DECLSPEC_HOTPATCH to functions patched by libtcmalloc. ntdll: Add DECLSPEC_HOTPATCH to functions patched by libtcmalloc. oleaut32: Add DECLSPEC_HOTPATCH to functions patched by MS Word 2010. msvcrt: Add DECLSPEC_HOTPATCH to functions patched by libtcmalloc. wmp/tests: Destroy the window befor...
2015 Nov 13
0
Wine release 1.7.55
...comctl32: Don't use comparisons to FALSE. ntdll: Added a few registry stubs. server: Return KeyFullInformation maximal string lengths in bytes. ntdll: Added KeyCachedInformation key info class implementation. server: Store all 32 bits of value type. ole32: Added DECLSPEC_HOTPATCHABLE to a few more functions. advapi32: Added DECLSPEC_HOTPATCHABLE to CreateProcessAsUser[AW] functions. kernel32: Added DECLSPEC_HOTPATCHABLE to WinExec function. oleaut32: Added DECLSPEC_HOTPATCHABLE to a few functions. advapi32: Use absolute registry paths to create speci...
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...************************************** * get_key_state */ @@ -384,10 +425,66 @@ UINT WINAPI GetRawInputDeviceList(PRAWINPUTDEVICELIST pRawInputDeviceList, PUINT /****************************************************************** * RegisterRawInputDevices (USER32.@) */ -BOOL WINAPI DECLSPEC_HOTPATCH RegisterRawInputDevices(PRAWINPUTDEVICE pRawInputDevices, UINT uiNumDevices, UINT cbSize) +BOOL WINAPI RegisterRawInputDevices(PRAWINPUTDEVICE pRawInputDevices, UINT uiNumDevices, UINT cbSize) { - FIXME("(pRawInputDevices=%p, uiNumDevices=%d, cbSize=%d) stub!\n", pRawInputDevices, uiN...
2010 Sep 14
6
Steam overlay ubuntu maverick
Hello, annoying problem here. I've recently installed Ubuntu Maverick beta 1 with wine 1.3.2. For some time now, my steam overlay has been functioning perfectly. Now, since installing Maverick, I've suddenly lost the steam overlay. The process doesn't even launch at all, and invoking it manually is impossible. Are there any known issues with Maverick, wine, steam and the overlay that
2019 Apr 12
0
Wine release 4.6
...l 24429 fifaconfig.exe: save function don`t work when Wine uses Mono 2.6 instead of dotnet20 27629 Pride of Nations Demo: crashes before entering game 28140 Theatre of War 3: Korea demo 1.2.0 crashes on startup (hook engine can't cope with GOT/PIC register load code at API entry, needs DECLSPEC_HOTPATCH for kernel32.SizeofResource and kernel32.FindClose) 32086 LBA2 black screen above diagonal from bottom left to upper right 33845 Warframe (Steam) updater fails to replace 'Launcher.exe', reports sharing violation 33904 Face Noir demo crashes on start without native d3dx9_36 ('D...
2017 Jan 06
0
Wine release 2.0-rc4
...surface refcount is equal to 0. Louis Lenders (1): wine.inf: Add Drivers32 registry key. Nikolay Sivov (2): ole32/tests: Some tests for returned apartment type in implicit MTA case. user32/tests: Added some tests for FindWindow(). Olivier F. R. Dierick (1): xinput1_3: Add DECLSPEC_HOTPATCH to XInputEnable() definition. Pierre Schweitzer (1): mpr: Enumerate connections capability before looking for functions entry points. Piotr Caban (2): msvcrt: Pass correct buffer size to snwprintf in DoMessageBoxW helper. msvcp110: Add _Facet_base_vtable export. -- Alexandre Ju...
2017 Feb 28
0
Wine release 1.8.7
...Fix TBM_SETRANGEMAX handling when new limit is less than current min boundary. comctl32/toolbar: Protect from NULL pointer access in TB_GETBUTTONINFOW handler. comctl32/propsheet: Double size of a template buffer passed to PSCB_PRECREATE. Olivier F. R. Dierick (1): xinput1_3: Add DECLSPEC_HOTPATCH to XInputEnable() definition. Piotr Caban (2): server: Avoid infinite loop when we're out of timers in set_win_timer server call. user32: Test error returned in out of timers case. Sebastian Lackner (2): include: Avoid duplicate definition of REFERENCE_TIME. user32: Im...
2019 Dec 20
0
Wine release 5.0-rc2
...ct to mountmgr on 64-bit 47350 Winecfg crashes on exit (macOS wine built without mingw) 47364 COM ports do not work 47565 winetricks vcrun* verbs fail with Wine 4.12(+), when using a 32-bit WINEPREFIX 47649 Wavelab 6 Installs but cannot launch (Mingw generates misplaced stack pointer in DECLSPEC_HOTPATCH stubs for 32-bit) 47817 Gameforge Client: Cannot launch TERA 47856 Logos Bible Software (.Net 4.7.2 app) crashes in win8/10 (probably RtlQueryUnbiasedInterruptTime insufficiency) 47959 WINE fails to configure on CYGWIN 47993 Epic Games Launcher crashes at the installation 48059 IMVU...
2017 Jan 13
0
Wine release 2.0-rc5
...Andrew Eikum (1): quartz: Don't write past end of d3d9 buffer. Anton Romanov (1): ws2_32: Ignore IPV6_V6ONLY setsockopt for AF_INET sockets. Fabian Maurer (1): riched20: Check for NULL in fnTextSrv_TxSetText and add test. François Gouget (27): winapi: Add support for DECLSPEC_HOTPATCH function declarations. winapi: Add some more __stdcall synonyms. kernel32/tests: A couple of spelling fixes in ok() messages. taskschd/tests: Fix a couple of ITriggerCollection ok() messages. cmd/tests: A spelling fix in a comment. hlink/tests: Add a trailing '\n...
2012 Jun 15
0
Wine release 1.4.1
...rashes on a particular VSD file 29956 Unable to create an empty Jet database file. 29984 Legend of Grimrock (test) crashes with "Device can't render to D3DFMT_G16R16" 30000 iw4mp (Call of Duty MW2 mod) loader crashes because some kernel32.dll API entries are not hotpatchable (DECLSPEC_HOTPATCH missing) 30001 iw4mp (Call of Duty MW2 mod) loader crashes due to iphlpapi.dll GetAdaptersAddresses not hotpatchable (DECLSPEC_HOTPATCH missing) 30005 Acrobat 8: installer action text for INSTALLMESSAGE_ACTIONDATA is not deformated 30012 MS Project 2010 crashes at shutdown 30112 Ice Age...
2012 Mar 16
0
Wine release 1.5.0
...VIP Access can not be activated 29894 LibreOffice: sdraw.exe runs out of GDI object handles and crashes on a particular VSD file 29956 Unable to create an empty Jet database file. 30000 iw4mp (Call of Duty MW2 mod) loader crashes because some kernel32.dll API entries are not hotpatchable (DECLSPEC_HOTPATCH missing) 30001 iw4mp (Call of Duty MW2 mod) loader crashes due to iphlpapi.dll GetAdaptersAddresses not hotpatchable (DECLSPEC_HOTPATCH missing) 30005 Acrobat 8: installer action text for INSTALLMESSAGE_ACTIONDATA is not deformated 30011 Paragon Alignment Tool needs kernel32.dll.DeleteVolu...
2018 Sep 13
0
Wine release 3.0.3
...is same as old. include: Add wmemchr to wchar.h. include: Add wmemcmp to wchar.h. include: Add wmemcpy to wchar.h. include: Add wmemmove to wchar.h. include: Add wmemset to wchar.h. iphlpapi: Cast caddr_t to char* before doing pointer arithmetic. gdi32: Add DECLSPEC_HOTPATCH to GetDIBits. gdi32: Fix memory leak on error in PATH_WidenPath (Coverity). Alex Villacís Lasso (1): user.exe16: Fix handling of DDL_DRIVES flag in DlgDirList. Alexandre Julliard (3): winex11: Don't allocate a window surface for off-screen windows. winex11: Support usi...
2020 Apr 20
0
Wine release 4.0.4
...y if material is set in d3d_execute_buffer_execute(). ddraw: Fix vertex buffer offset in d3d_execute_buffer_execute(). d3d8: Fix stream data skip count in convert_to_wined3d_declaration(). user32: Fix coords in WINDOWPOS for WM_NCCALCSIZE sent from SetWindowPos(). ntdll: Add DECLSPEC_HOTPATCH to NtProtectVirtualMemory(). d3dx9: Pass D3DCOMPILE_ENABLE_BACKWARDS_COMPATIBILITY when appropriate. Piotr Caban (4): wbemdisp: Handle NULL signatures in init_members. msvcrt: Fix _putws implementation. msi: Fix component Action for shared components in CostFinalize....
2018 Jul 09
0
Wine release 3.12
...---------------------- Changes since 3.11: Alex Henrie (5): include: Add definitions of SERVICES_*_DATABASEW for generic compilers. include: Add missing type declaration to CERT_EFSBLOB_VALUE_NAME. iphlpapi: Cast caddr_t to char* before doing pointer arithmetic. gdi32: Add DECLSPEC_HOTPATCH to GetDIBits. include: Add SYSTEM_FIRMWARE_TABLE_INFORMATION to winternl.h. Alexander Morozov (1): ntoskrnl.exe: Improve KeInitializeTimerEx stub. Alexandre Julliard (8): schedsvc: Only restart the directory watch once we've received data. user32: Don't copy window...
2018 Oct 12
0
Wine release 3.18
...------------------------------- Changes since 3.17: Akihiro Sagawa (3): po: Update Japanese translation. winex11: Fix a compiler warning when building without vulkan support. gdi32: Use the helper function to order the points of a rectangle. Alex Henrie (3): oleaut32: Add DECLSPEC_HOTPATCH to SysAllocStringByteLen. d3dcompiler_43/tests: Avoid using GCC's typeof extension. user32: Add stub for SetWindowCompositionAttribute. Alexandre Julliard (14): user32: Use height from font metrics for empty text runs in TabbedTextOut(). msvcr120: Avoid duplicate spec f...
2014 Jun 27
0
Wine release 1.7.21
...lement Activate verb for OleObject::DoVerb. packager: Implement IOleObject::Close. Andr? Hentschel (1): krnl386: Fix typo in a comment. Aurimas Fi?eras (1): po: Update Lithuanian translation. Austin English (3): user32: Add a stub for SetGestureConfig. kernel32: Add DECLSPEC_HOTPATCH to SetFilePointer. kernel32: Add a stub for UnregisterApplicationRestart. Bruno Jesus (7): ws2_32/tests: Wait for thread test before returning (valgrind). ws2_32: Don't call WS_EnterSingleProtocol[A|W] on unsupported protocols (valgrind). winhttp: Use a helper to send d...