mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Fix gcc build.
svn path=/trunk/; revision=74248
This commit is contained in:
parent
55bba159b9
commit
b1b089e5fe
1 changed files with 0 additions and 6 deletions
|
@ -99,12 +99,6 @@ WCHAR *UserGetWindowCaption(HWND hwnd)
|
|||
return text;
|
||||
}
|
||||
|
||||
static void
|
||||
ThemeDrawTitle(PDRAW_CONTEXT context, RECT* prcCurrent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
HRESULT WINAPI ThemeDrawCaptionText(HTHEME hTheme, HDC hdc, int iPartId, int iStateId,
|
||||
LPCWSTR pszText, int iCharCount, DWORD dwTextFlags,
|
||||
DWORD dwTextFlags2, const RECT *pRect, BOOL Active)
|
||||
|
|
Loading…
Reference in a new issue