diff --git a/reactos/subsystems/win32/win32k/include/intgdi.h b/reactos/subsystems/win32/win32k/include/intgdi.h index a3d5a405222..6c1eaa7399e 100644 --- a/reactos/subsystems/win32/win32k/include/intgdi.h +++ b/reactos/subsystems/win32/win32k/include/intgdi.h @@ -115,6 +115,11 @@ IntGdiPolyPolygon(DC *dc, LPINT PolyCounts, int Count); +BOOL FASTCALL IntGdiGradientFill(DC *dc, + PTRIVERTEX pVertex, + ULONG uVertex, + PVOID pMesh, ULONG uMesh, ULONG ulMode); + /* Rgn functions */ int FASTCALL diff --git a/reactos/subsystems/win32/win32k/include/misc.h b/reactos/subsystems/win32/win32k/include/misc.h index 85491f464a6..1e4f2a86268 100644 --- a/reactos/subsystems/win32/win32k/include/misc.h +++ b/reactos/subsystems/win32/win32k/include/misc.h @@ -6,8 +6,7 @@ #define W32PF_MANUALGUICHECK (0x0002) #define W32PF_CREATEDWINORDC (0x0004) -VOID -FASTCALL -DestroyThreadWindows(struct _ETHREAD *Thread); +ULONG FASTCALL IntSystemParametersInfo(UINT uiAction, UINT uiParam, PVOID pvParam, UINT fWinIni); + #endif /* __WIN32K_MISC_H */ diff --git a/reactos/subsystems/win32/win32k/ntuser/painting.c b/reactos/subsystems/win32/win32k/ntuser/painting.c index 1625b7375cf..17829f9d4a5 100644 --- a/reactos/subsystems/win32/win32k/ntuser/painting.c +++ b/reactos/subsystems/win32/win32k/ntuser/painting.c @@ -1372,9 +1372,6 @@ CLEANUP: END_CLEANUP; } -/* Don't know where to put this */ -BOOL FASTCALL IntGdiGradientFill(DC *dc, PTRIVERTEX pVertex, ULONG uVertex, PVOID pMesh, ULONG uMesh, ULONG ulMode); -ULONG FASTCALL IntSystemParametersInfo(UINT uiAction, UINT uiParam, PVOID pvParam, UINT fWinIni); BOOL UserDrawSysMenuButton(