mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 21:51:47 +00:00
- Fix compiling of win32k without compilation units
svn path=/trunk/; revision=21977
This commit is contained in:
parent
a28ea653f5
commit
d778de3578
2 changed files with 10 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue