Author: fireball
Date: Mon May 22 18:46:31 2006
New Revision: 21977
URL:
http://svn.reactos.ru/svn/reactos?rev=21977&view=rev
Log:
- Fix compiling of win32k without compilation units
Modified:
trunk/reactos/subsystems/win32/win32k/include/intgdi.h
trunk/reactos/subsystems/win32/win32k/objects/path.c
Modified: trunk/reactos/subsystems/win32/win32k/include/intgdi.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/subsystems/win32/win32k/inc…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/intgdi.h (original)
+++ trunk/reactos/subsystems/win32/win32k/include/intgdi.h Mon May 22 18:46:31 2006
@@ -225,5 +225,11 @@
IN DWORD dwflags,
IN PVOID lParam OPTIONAL);
+HBITMAP
+FASTCALL
+IntCreateCompatibleBitmap(PDC Dc,
+ INT Width,
+ INT Height);
+
#endif /* _WIN32K_INTGDI_H */
Modified: trunk/reactos/subsystems/win32/win32k/objects/path.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/subsystems/win32/win32k/obj…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/path.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/path.c Mon May 22 18:46:31 2006
@@ -42,6 +42,10 @@
INT FASTCALL
IntGdiGetArcDirection(DC *dc);
+
+VOID FASTCALL
+IntGetCurrentPositionEx(PDC dc, LPPOINT pt);
+
BOOL
STDCALL