reactos/win32ss
Timo Kreuzer 402bc38ba7 [NTGDI] Rewrite NtGdiPolyDraw
It is now a wrapper around GdiPolyDraw, which implements the main body of the function, while the Nt function only probes and captures the user mode data into safe kernel mode buffers.
Previously some people thought it was a great idea to just wrap the entire implementation in SEH, so when something throws an exception somewhere for whatever reason, we can just catch it here... and LEAK ALL RESOURCES IN THE PROCESS!
TODO: Rewrite all of this. It's broken everywhere.
2024-09-12 15:52:30 +03:00
..
drivers Revert my last commits that break build. 2023-11-23 17:20:47 +01:00
gdi [NTGDI] Rewrite NtGdiPolyDraw 2024-09-12 15:52:30 +03:00
include [NTUSER][USER32] Populate dwExpWinVer (#7095) 2024-07-09 04:22:14 +09:00
printing [LOCALMON] Update Romanian (ro-RO) translation (#6877) 2024-07-16 21:20:16 +02:00
reactx [DXG] Don't repeat "DXG" module name in version info 2023-12-01 08:23:13 +07:00
user [NTUSER] Fix a 64 bit bug in timer code 2024-09-08 01:52:50 +03:00
CMakeLists.txt [NTUSER] Stubplement the Win32 power manager 2024-07-13 11:30:19 +02:00
napi.h
pch.h [REACTOS] Standardize <imm.h> and <immdev.h> (#6493) 2024-02-13 20:33:14 +09:00
sys-stubs.S
w32ksvc32.h
w32ksvc64.h [WIN32K][WIN32U] Fix system call ids (#5287) 2023-05-28 16:19:50 +03:00
win32k.h
win32k.rc
win32k.spec
win32kp.h [NTUSER] Stubplement the Win32 power manager 2024-07-13 11:30:19 +02:00