mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:42:57 +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 DWORD dwflags,
|
||||||
IN PVOID lParam OPTIONAL);
|
IN PVOID lParam OPTIONAL);
|
||||||
|
|
||||||
|
HBITMAP
|
||||||
|
FASTCALL
|
||||||
|
IntCreateCompatibleBitmap(PDC Dc,
|
||||||
|
INT Width,
|
||||||
|
INT Height);
|
||||||
|
|
||||||
#endif /* _WIN32K_INTGDI_H */
|
#endif /* _WIN32K_INTGDI_H */
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,10 @@ VOID FASTCALL PATH_ScaleNormalizedPoint (FLOAT_POINT corners[], double x, double
|
||||||
INT FASTCALL
|
INT FASTCALL
|
||||||
IntGdiGetArcDirection(DC *dc);
|
IntGdiGetArcDirection(DC *dc);
|
||||||
|
|
||||||
|
VOID FASTCALL
|
||||||
|
IntGetCurrentPositionEx(PDC dc, LPPOINT pt);
|
||||||
|
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
NtGdiAbortPath(HDC hDC)
|
NtGdiAbortPath(HDC hDC)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue