mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
06c7dcc913aeb7d477e4a857cb360e5db3021899
- Added ntgdityps.h for structures needed to use the header (which were sadly not publically shipped). - Removed internal win32k header data from public headers and put it to internal win32k headers. - Fixed ntuser.h STDCALL->WINAPI. - Added ntgdihdl.h for shared GDI Handle information between gdi32/win32k - Added ntusrtyp.h for some shared NtUser types. - Added ntgdibad.h which contains all non-compatible NtGdi prototypes, along with a detailed comment for each, and information on how to fix it. I had a 20 000+ line patch fixing all these issues, but it contained many bugs and I scrapped it in place for this approach, which while dirtier at first, simplifies the number of changes needed so that others can work on it as well. - Fixed some gdi32/win32k/user32 header issues. svn path=/trunk/; revision=20367
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%