Commit graph

160943 commits

Author SHA1 Message Date
Alexandre Julliard 5884e98fbe configure: Don't rename the loader to wine64 for multi-arch builds. 2022-11-22 18:27:30 +01:00
Alexandre Julliard 9e7a9270e2 ntdll: Fall back to the current loader if the corresponding 32/64-bit loader isn't found. 2022-11-22 18:27:30 +01:00
Alexandre Julliard ae8562ed22 ntdll: Always use the name of the current loader to exec a new process. 2022-11-22 18:27:30 +01:00
Alexandre Julliard d45de31874 ntdll: Always set WINELOADER variable to the current loader name. 2022-11-22 18:27:30 +01:00
Santino Mazza d5385c7177 kernelbase: Implement GetGeoInfoEx. 2022-11-22 18:27:30 +01:00
Santino Mazza 52ffd338fa kernel32/tests: Test for GetGeoInfoEx. 2022-11-22 18:27:30 +01:00
Santino Mazza f51c752c43 kernelbase: Create GetGeoInfoEx stub. 2022-11-22 18:27:30 +01:00
Alex Henrie a62400a8df ucrtbase/tests: Put the calling convention inside the function pointer parentheses.
As required by MSVC.
2022-11-22 18:27:30 +01:00
Alex Henrie d7ef00e66e oledlg: Use standard C functions for memory allocation in pastespl.c. 2022-11-22 18:27:30 +01:00
Alex Henrie b59defb244 shlwapi/tests: Use standard C functions for memory allocation in path.c. 2022-11-22 18:27:30 +01:00
Alex Henrie 777383b81d oledb32: Use standard C functions for memory allocation in rowpos.c. 2022-11-22 18:27:30 +01:00
Alex Henrie f41214edaa hhctrl: Handle memory allocation failure in GetChmString. 2022-11-22 18:27:30 +01:00
Alex Henrie 73bbada784 taskschd: Remove unused function heap_strdupW. 2022-11-22 18:27:30 +01:00
Alex Henrie 5f1dd90c76 taskschd: Use standard C functions for memory allocation in task.c. 2022-11-22 18:27:30 +01:00
Alex Henrie fa77645e4c taskschd: Use standard C functions for memory allocation in regtask.c. 2022-11-22 18:27:30 +01:00
Alex Henrie e0b9fbe597 taskschd: Use standard C functions for memory allocation in folder_collection.c. 2022-11-22 18:27:30 +01:00
Alex Henrie d2ad82c87e advapi32/tests: Avoid using GCC's typeof extension. 2022-11-22 18:27:30 +01:00
Alex Henrie abf14cd4bc windows.media.speech: Put the calling convention inside the function pointer parentheses.
As required by MSVC.
2022-11-22 18:27:30 +01:00
Alex Henrie dab61cdcd1 explorer: Put the calling convention inside the function pointer parentheses.
As required by MSVC.
2022-11-22 18:27:30 +01:00
Alex Henrie 318d02723c kernel32/tests: Avoid using GCC's typeof extension. 2022-11-22 18:27:30 +01:00
Alex Henrie 929de48426 dinput/tests: Put the calling convention inside the function pointer parentheses. 2022-11-22 09:55:36 +01:00
Alex Henrie 78e0caa5ef webservices: Remove unused function heap_realloc_zero.
This function has not been used since commit
105d167744.
2022-11-22 09:54:51 +01:00
Gabriel Ivăncescu ae73e09a8d jscript: Use CRT allocation functions.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2022-11-21 22:10:43 +01:00
Matthew Tran a08eb8969a hid: Fix HidP_(Get|Set)(Scaled)UsageValue with usage ranges and arrays. 2022-11-21 21:21:29 +01:00
Rémi Bernon 7f6e8387dd hid: Move (get|set)_usage_value around and use it for scaled values. 2022-11-21 21:21:29 +01:00
Matthew Tran 84f44de79f winexinput.sys: Fix incorrect HID STRING_INDEX tag value. 2022-11-21 21:21:26 +01:00
Matthew Tran 1e812da4da winebus.sys: Fix incorrect HID STRING_INDEX tag value. 2022-11-21 21:21:25 +01:00
Matthew Tran c712e571d2 ntoskrnl.exe/tests: Fix incorrect HID STRING_INDEX tag value. 2022-11-21 21:21:22 +01:00
Matthew Tran 17329f342e hidparse.sys: Fix incorrect HID STRING_INDEX tag value. 2022-11-21 21:21:20 +01:00
Matthew Tran b30a372099 dinput/tests: Fix incorrect HID STRING_INDEX tag value. 2022-11-21 21:21:20 +01:00
Rémi Bernon 87744a57fa dinput/tests: Add more HidP_(Set|Get)UsageValue tests with array caps. 2022-11-21 21:21:20 +01:00
Matthew Tran 4c02d8e7a8 dinput/tests: Add more tests for HidP_SetUsageValue. 2022-11-21 21:21:20 +01:00
Eric Pouech 4119430e57 dbghelp: Locate alternate debug info files by their build id.
(including debuginfo client cache)

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-11-21 18:03:53 +01:00
Eric Pouech b718fbc31f dbghelp: Search debug info files into local cache of debuginfod.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-11-21 18:03:53 +01:00
Eric Pouech 69108af654 dbghelp: Convert of couple more of string literals.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-11-21 18:03:53 +01:00
Eric Pouech d1eb78a75d ucrtbase: Handle undecoration of function's reference qualifiers (C++11).
Introducing get_function_qualifier().
Feature is not available in msvcrt.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-11-21 18:03:53 +01:00
Eric Pouech 56b973cdb9 msvcrt: Rename modifier into qualifier.
That's how they are defined in C/C++ standard.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-11-21 18:03:53 +01:00
Eric Pouech 854eb9990f ucrtbase: Extend ucrtbase's undname tests.
Renumbering entries' comment to match actual output.
Adding ability to pass flags.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-11-21 18:03:53 +01:00
Alexandre Julliard 9f363a6905 ntdll: Build the Unix side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
Alexandre Julliard 0adec25f92 ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
Alexandre Julliard af4378d46d ntdll: Use unsigned int for the return value of server calls.
To avoid typecasts in debug traces.
2022-11-21 18:03:53 +01:00
Alexandre Julliard 74a5851ef4 ntdll: Use int instead of long types in a few places.
To avoid typecasts in debug traces.
2022-11-21 18:03:53 +01:00
Alexandre Julliard 1a7cacc489 ntdll: Use unsigned int instead of NTSTATUS in async callbacks.
To avoid typecasts in debug traces.
2022-11-21 18:03:53 +01:00
Alexandre Julliard 7afd11232e ntdll: Use UINT instead of ULONG in ioctl helpers.
To avoid typecasts in debug traces.
2022-11-21 18:03:53 +01:00
Alexandre Julliard d5e2ab1a98 ntdll: Fix int/long type mismatches. 2022-11-21 18:03:53 +01:00
Piotr Caban f63a9b592c winprint: Implement RAW print processor. 2022-11-21 18:03:53 +01:00
Piotr Caban b7d7b23a61 winprint: Add stub dll. 2022-11-21 18:03:53 +01:00
Alex Henrie f0605758e0 dinput/tests: Avoid using GCC's typeof extension.
typeof is not available in MSVC.
2022-11-21 18:03:53 +01:00
Alex Henrie c366fa4340 msxml3: Use standard C functions for memory allocation in saxreader.c. 2022-11-21 15:36:02 +01:00
Alex Henrie 6e79aff665 mshtml: Handle realloc failure in add_func_info. 2022-11-21 15:35:53 +01:00