- Fix compiling of win32k without compilation units

svn path=/trunk/; revision=21977
This commit is contained in:
Aleksey Bragin 2006-05-22 14:46:31 +00:00
parent a28ea653f5
commit d778de3578
2 changed files with 10 additions and 0 deletions

View file

@ -225,5 +225,11 @@ IntChangeDisplaySettings(
IN DWORD dwflags,
IN PVOID lParam OPTIONAL);
HBITMAP
FASTCALL
IntCreateCompatibleBitmap(PDC Dc,
INT Width,
INT Height);
#endif /* _WIN32K_INTGDI_H */

View file

@ -43,6 +43,10 @@ VOID FASTCALL PATH_ScaleNormalizedPoint (FLOAT_POINT corners[], double x, double
INT FASTCALL
IntGdiGetArcDirection(DC *dc);
VOID FASTCALL
IntGetCurrentPositionEx(PDC dc, LPPOINT pt);
BOOL
STDCALL
NtGdiAbortPath(HDC hDC)