mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:46:18 +00:00
Move IntGdiGradientFill and IntSystemParametersInfo prototypes to header files.
Delete DestroyThreadWindows prototype (function does not exist). svn path=/trunk/; revision=24097
This commit is contained in:
parent
0eabb5d7bc
commit
457e0142bd
3 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue