reactos/reactos/subsystems/win32/win32k
Dmitry Gorbachev ee55e122dd Make __CRT_INLINE always inline, use ceil instead of ceill.
Fixed linking when compiling with -O0, it should now work.

svn path=/trunk/; revision=41077
2009-05-23 15:02:28 +00:00
..
dib [FORMATTING] 2009-04-11 19:04:06 +00:00
eng Return NULL, if failed to lock the provided palette in InrEngCreateXlate. Fixes bug 4378. 2009-04-14 16:06:07 +00:00
include - Remove the rest... 2009-05-23 01:15:45 +00:00
ldr - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
main - Move Process Information structure back into kernel space. We use client information via TEB to provide a pointer for user space as a reference pointer. 2009-05-23 00:57:51 +00:00
misc fix include guard, use winddi types instead of ros specific function pointer types, add a bunch of static asserts to make sure the DRIVRE_FUNCTIONS structure matches the array. 2009-04-06 02:13:44 +00:00
ntddraw Rename GDIDEVICE to PDEVOBJ. Is seems ms uses both PDEV and PDEVOBJ, whith the latter being the C++ representation. But we don't use C++ and PDEVOBJ seems to be a more appropriate name, as PDEV is often used by display drivers. 2009-03-20 18:02:55 +00:00
ntuser - don't return without UserLeave, should fix user32:input winetest crash 2009-05-23 13:15:47 +00:00
objects Make __CRT_INLINE always inline, use ceil instead of ceill. 2009-05-23 15:02:28 +00:00
stubs Preparation for StretchBlt pattern support: 2009-02-08 20:28:20 +00:00
pch.h win32k RECT/RECTL issues: 2009-03-19 01:42:34 +00:00
w32k.h modified base/shell/explorer/explorer.rbuild 2008-11-30 05:49:18 +00:00
w32ksvc.db gdi32: Fix and enable usermode implementation of SetWindowExtEx and SetViewportExtEx. 2009-02-02 00:49:19 +00:00
win32k.pspec Don't decide whether to preprocess .spec files based on Kernel-Mode vs. User-Mode, but on the file extension. 2008-10-29 16:42:03 +00:00
win32k.rbuild Divide eng/bitblt.c into bitblt.c, alphablend.c and stretchblt.c. Remove EngIntersectRect and replace it with RECTL_bIntersectRect, which is changed to the code of EngIntersectRect, that was better. 2009-04-10 23:53:09 +00:00
win32k.rc