Fix build.

svn path=/trunk/; revision=73874
This commit is contained in:
Giannis Adamopoulos 2017-02-21 21:53:34 +00:00
parent 2ed266de0c
commit 4bc269e94e

View file

@ -244,7 +244,7 @@ static inline void paint_button( HWND hwnd, LONG style, UINT action )
btnPaintFunc[style]( hwnd, hdc, action );
}
ReleaseDC( hwnd, hdc );
#elif
#else
if (btnPaintFunc[style] && IsWindowVisible(hwnd))
{
HDC hdc = GetDC( hwnd );