Jared Smudde
8aa58c19a6
[HOTPLUG] Add 32 pixel icon. ( #2486 )
...
Add a 32 pixel icon to the main icon for hotplug.cpl so the Safely Remove Hardware dialog looks normal.
2020-03-30 23:54:17 +02:00
Eric Kohl
cbdf649f2c
[HOTPLUG] Show removable devices and update the list on arrival and removal.
2020-03-30 23:11:44 +02:00
Joachim Henze
30dcc229f0
[ROSAPPS][PICE] Fix ROSAPPS-355 Unreachable code
...
Just to satisfy static code analysis. No change in behavior expected.
The same way as the external applications maintainers
fixed it in their latest version
https://sourceforge.net/projects/pice/files/pICE%20source/build_20/
By killing the whole function ScrollUp() with the disabled code.
Like the original authors I left the functions unused declaration
existing within hardware.h
2020-03-30 17:18:16 +02:00
Hervé Poussineau
76a41370d0
[NTOS:KD] Move dump of stack trace on crash to debugger
...
Release builds now show again the bugcheck screen, instead of freezing.
2020-03-30 15:23:34 +02:00
Hervé Poussineau
fd8cacae4c
[NTOS:KE] Remove dead code
2020-03-30 15:23:25 +02:00
Hervé Poussineau
8b6e441a6e
[NTOS:KD] Fix compilation with CMAKE_BUILD_TYPE=Release
...
This was broken by commit a890fc64d1
2020-03-30 15:23:25 +02:00
Hervé Poussineau
38e53eea4f
[NTOS:KD] Fix compilation with CMAKE_BUILD_TYPE=Release
...
This was broken by commit f7ec84eea0
2020-03-30 15:23:25 +02:00
Serge Gautherie
30613b92ab
[ACLUI] Properly enumerate cache+queue entries ( #1937 )
2020-03-30 13:13:22 +02:00
Benjamin Aerni
66cf7b6028
[PORTCLS] Stub missing IoControlCode switches ( #1756 )
...
Stub missing switches: IOCTL_KS_HANDSHAKE and IOCTL_KS_METHOD.
2020-03-30 12:58:25 +02:00
Serge Gautherie
c6e854ce7b
[KERNEL32_APITEST][WS2_32_APITEST] Call SetLastError() before checking LastError ( #2437 )
...
Follow-up to cb5aa7be
.
2020-03-30 12:52:37 +02:00
Bișoc George
f70e43c8f3
[APITEST][NTDLL] Initial implementation of NtSetInformationProcess() testcase
...
The following testcase only performs argument checks for ProcessForegroundInformation class for the moment. The testcase will be expanded with further tests when needed.
2020-03-30 13:52:15 +03:00
Serge Gautherie
724466597f
[REACTOS] Remove forced _WIN32_IE defines
...
No impact, as already deactivated or superseded or superfluous.
Import
7770e26f2d
2020-03-30 13:47:09 +03:00
Serge Gautherie
5d393d73ad
[NTDLL_WINETEST] Remove forced 0x500 API versions ( #2483 )
...
No impact, as conditional.
Import
71d8103190
2020-03-30 12:38:47 +02:00
Serge Gautherie
07efa2ef53
[SHELL32] HCR_GetIconA(): Properly use icon_idx ( #2482 )
...
CORE-11713
Import
7cc2806e0e
2020-03-30 12:24:59 +02:00
Serge Gautherie
78d8705181
[WINMM] Add a WARN() when winejoystick.drv is missing ( #2480 )
...
Follow-up to 97150ce9
.
Import
175a2a0276
2020-03-30 12:14:52 +02:00
Tibor Lajos Füzi
6020af2014
[GDI32] Allow BI_BITFIELDS compression in CreateDIBitmap ( #2448 )
...
CORE-16750, CORE-15960
2020-03-30 12:11:38 +02:00
Serge Gautherie
6e79e60883
[RPCRT4] Fix 'Routeines' typos ( #2481 )
...
Addendum to b6fdb56b9a
.
Import
c73352047d
CORE-15682
2020-03-30 10:28:52 +02:00
Jérôme Gardou
5a8901130a
[CMAKE] Fix symbol directory for non-MSVC builds
2020-03-30 07:54:21 +00:00
Jérôme Gardou
de369ce26b
[KDGDB] Various fixes and improvements
2020-03-30 07:53:34 +00:00
Jérôme Gardou
0b5033e2ff
[NTOSKRNL] Fix build
2020-03-30 07:36:30 +00:00
Eric Kohl
2125fec23a
[HOTPLUG] Enable the hotplug.cpl and add the 'Safely Remove Hardware' dialog
2020-03-30 00:38:33 +02:00
Mark Jansen
177ae91bf6
[RTL] Introduce RtlpImageNtHeader,
...
which implements the required functionality.
ntdll and ntoskrnl now have a wrapper for this, with SEH.
This protects the function against malformed / bad images,
whilst still being able to use the code in freeldr et al.
Idea from Thomas.
CORE-14857
2020-03-29 21:27:38 +02:00
Mark Jansen
4b2665046d
[NDK] Ensure RTL_IMAGE_NT_HEADER_EX_FLAG_NO_RANGE_CHECK is available regardless of NTOS_MODE_USER being defined.
...
CORE-14857
2020-03-29 21:27:38 +02:00
Mark Jansen
2801a8272d
[LDR] Include source dll in static snap failure dprint
2020-03-29 21:02:31 +02:00
Andreas Maier
782ff23261
[MSV1_0] LsaApLogonUserEx2: use RtlRunDecodeUnicodeString to decode password
2020-03-28 23:27:34 +01:00
Serge Gautherie
72fa935128
[CMAKE] kernel32_winetest: Enable 'generated.c', at last
...
Follow-up to 20f4039666
.
ROSTESTS-251
2020-03-28 20:57:16 +01:00
Serge Gautherie
9bbbe84ca3
[KERNEL32_WINETEST] Uncomment out 'LPEXCEPTION_RECORD' checks
...
Revert part of r70802 (dd21fa115a
).
Follow-up to 2e82175ba4
.
ROSTESTS-251
2020-03-28 20:56:25 +01:00
Serge Gautherie
d471558dbc
[WINETESTS] */generated.c: Remove forced 0x0501 API versions
...
This actually affects 2 modules only:
* kernel32: this file is still commented out, these defines were going to be deactivated anyway.
* rpcrt4: I don't know why it had these defines (still) activated. Anyway.
Import
aa384d3642
2020-03-28 20:50:28 +01:00
Serge Gautherie
8d3d2b1bef
[SHELL32_WINETEST] shlexec.c: Remove forced 0x0501 API versions
...
No impact, as already deactivated.
Import
8fc0b7d525
2020-03-28 20:46:44 +01:00
Serge Gautherie
9d943b788a
[RPCRT4_WINETEST] ndr_marshall.c: Remove forced 0x0500 API versions
...
Import
57f08ba525
2020-03-28 20:46:44 +01:00
Serge Gautherie
5542dd50d6
[ADVAPI32] wine/crypt.*: Misc fixes
...
Import
62df03af96
8b9e3dae4f
2df16753f0
And use explicit '#ifndef __REACTOS__'.
2020-03-28 20:43:04 +01:00
Serge Gautherie
8ae8083378
[ADVAPI32][PSDK] CryptReleaseContext(): dwFlags parameter is DWORD, only
...
Import
9cc8b501ee
2020-03-28 20:43:03 +01:00
Serge Gautherie
df224cb710
[ADVAPI32] wine: Remove remnant ros_diff.patch
...
Added on 4234345b03
(r48090),
merged on d4a89f6cca
.
CORE-14434
2020-03-28 20:43:03 +01:00
Serge Gautherie
16f47d5e6f
[WORDPAD] Restore code commas in no-NO.rc
...
".../no-NO.rc:81: syntax error"
2020-03-28 20:40:34 +01:00
Thomas Faber
f027384e48
[KMTEST] Delete special-purpose driver services on unload. ROSTESTS-263
...
Based on a patch by Serge Gautherie.
2020-03-28 20:33:43 +01:00
jimtabor
915a5764a9
[Win32SS] Form Sanity to Hook Callbacks
...
Fix WH_CALLWNDPROC/RET data to user hook calls. See CORE-13019 and CORE-13907.
2020-03-28 14:18:14 -05:00
jimtabor
d8add40e89
[User32] Fix null return.
...
See CORE-16769.
2020-03-28 14:03:15 -05:00
Bișoc George
7481bda679
[SDK][NDK][PSTYPES] Align the PROCESS_PRIORITY_CLASS structure during compile time ( #2478 )
...
CORE-16757
After doing investigations on the priority class structure alignment, it's been revealed that in Windows XP and Server 2003 this PROCESS_PRIORITY_CLASS structure is aligned as a 4-bytes of size hence NtQueryInformationProcess() probes the alignment of user mode arguments buffer output and buffer length with requirement of a ULONG.
As PROCESS_PRIORITY_CLASS was initially aligned as a 1-byte size because both BOOLEAN and UCHAR are just unsigned characters, the compiler may not align such structure and gracefully let the default alignment of such structure as is, 1-byte because an unsigned char has a size of 1 byte. Setting an align attribute to this structure fixes the problem of a potential datatype misalignment which caused GetPriorityClass() to not retrieve the process' priority class properly.
2020-03-28 19:17:10 +01:00
Andreas Maier
2d36be4963
[MSV1_0] use precompiled headers ( #2475 )
2020-03-28 17:13:57 +01:00
Victor Perevertkin
99f9c1666d
[NTOS:MM] Make _X86PAE_ the only define for PAE-enabled kernel
2020-03-28 18:11:42 +03:00
Vadim Galyant
ae0e0569d5
[SDK][NDK] MMPTE for PAE ( #2453 )
...
This not only makes PAE possible, but also allows to make the definitions and macros in the memory manager header files more human-readable.
CORE-16702
* [SDK][NDK] Make the _MMPTE_HARDWARE structure more compact and more human-readable.
* [SDK][NDK] Add definitions a struct _MMPTE for PAE mode.
2020-03-28 13:45:51 +01:00
Serge Gautherie
660383b855
[WINEFILE] Fix 'LANGUAGE_SI_SI' typo ( #2474 )
2020-03-28 13:23:35 +01:00
Bișoc George
fcb156388d
[NTDLL_APITEST] Add testcase for process priority class. CORE-16757
...
Currently the testcase function only addresses the behaviour of getting an
unaligned buffer (either of correct length size or not) for now.
2020-03-28 13:10:44 +01:00
Hervé Poussineau
f5658fd3b4
[STORAHCI] Replace some __inline by FORCEINLINE
...
Functions were declared as __inline, then used, and then defined.
This leads to some linking errors with some compilers.
2020-03-26 16:39:16 +01:00
Hervé Poussineau
796c1ac993
[TCPIP] Add some static specifiers, to prevent exporting FORCEINLINE function outside compilation unit
2020-03-26 16:39:16 +01:00
Hervé Poussineau
ae5d2dbb9e
[WIN32K] Add some static specifiers, to prevent exporting FORCEINLINE function outside compilation unit
2020-03-26 16:39:16 +01:00
Hervé Poussineau
8649ed90a8
[FSUTIL] Mark some functions as static (only used in this file)
2020-03-26 16:39:16 +01:00
Hervé Poussineau
ff045b2dbe
[NDK] Fix RTL_PAGED_CODE macro in user mode
...
NOP_FUNCTION is defined to "(void)0". Calling :
RTL_PAGED_CODE();
in user mode was changed to:
(void)0();
As "0" is not callable, this was leading to a compilation error.
2020-03-26 16:39:16 +01:00
Hervé Poussineau
7eac585ebf
[SDK] Fix dummy SEH to always reference the parameter in _SEH2_EXCEPT
...
Otherwise, we may have compilation errors if this parameter is the name of a static function.
2020-03-26 16:39:16 +01:00
Hervé Poussineau
5ed1867632
[CMAKE] Add some -D__ROS_LONG64__ to please gcc x64
...
We can now pass a UINT* to a function wanting a DWORD*
2020-03-26 16:39:16 +01:00