search for: winapiv

Displaying 4 results from an estimated 4 matches for "winapiv".

Did you mean: winapi
2017 Nov 11
0
Wine release 2.21
...D3DXQuaternionToAxisAngle test stringency a bit. d3dx9/tests: Use a helper function to set matrix values in math tests. Alexandre Julliard (23): configure: Require floating point support on ARM. setupapi: Use correct architecture for fake dlls on ARM and ARM64. wldap32: Use WINAPIV calling convention for variadic functions. ntdll: Use WINAPIV calling convention for variadic functions. kernel32/tests: Use WINAPIV calling convention for variadic functions. msvcrt: Use WINAPIV calling convention for variadic functions. include: Use WINAPIV calling convent...
2019 Jul 07
0
Wine release 4.12.1
...neboot: Fix do_cpuid() calling convention. kernel32: Set the path environment variables according to the WoW64 environment. include: Make sure the JUMP_BUFFER structure is correctly aligned on x86-64 gdi32: Make GDI driver functions cdecl. d3dcompiler: Make varargs functions WINAPIV. Henri Verbeet (1): wined3d: Handle context acquisition failure in wined3d_device_create_primary_opengl_context_cs(). -- Alexandre Julliard julliard at winehq.org
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...fine FAR _far # endif #endif /* Compile with -DZLIB_DLL for Windows DLL support */ -#if (defined(_WINDOWS) || defined(WINDOWS)) && defined(ZLIB_DLL) -# ifdef FAR -# undef FAR -# endif -# include <windows.h> -# define ZEXPORT WINAPI -# ifdef WIN32 -# define ZEXPORTVA WINAPIV +#if defined(ZLIB_DLL) +# if defined(_WINDOWS) || defined(WINDOWS) +# ifdef FAR +# undef FAR +# endif +# include <windows.h> +# define ZEXPORT WINAPI +# ifdef WIN32 +# define ZEXPORTVA WINAPIV +# else +# define ZEXPORTVA FAR _cdecl _export +# endif +#...
2018 May 11
0
Wine release 3.8
.../tests: Also handle ERROR_INVALID_IMAGE_HASH. ntoskrnl.exe/tests: Add a test for IoGetCurrentProcess(). ntoskrnl.exe/tests: Add a simple test for MmMapLockedPagesSpecifyCache(). msi: Set the correct values for ProgramFiles64Folder and CommonFiles64Folder. ntoskrnl/tests: Use WINAPIV calling convention for variadic functions. winedbg: Add support for starting on a user-supplied port. strmbase: Check that the output pin supports the given media type before connecting. strmbase: Implement QueryAccept() on top of CheckMediaType() for output pins too. strmba...