mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +00:00
Fix build.
svn path=/trunk/; revision=73874
This commit is contained in:
parent
2ed266de0c
commit
4bc269e94e
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue