Fix gcc build.

svn path=/trunk/; revision=74248
This commit is contained in:
Giannis Adamopoulos 2017-03-31 11:33:53 +00:00
parent 55bba159b9
commit b1b089e5fe

View file

@ -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)