mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-01 15:48:49 +00:00
GDI: MSVC2010 build fix
This commit is contained in:
parent
7c6bf6aaf7
commit
7acfa39fb9
@ -279,7 +279,7 @@ static bool gdi_gfx_frame(void *data, const void *frame,
|
||||
//HBRUSH brush;
|
||||
int ret = 0;
|
||||
|
||||
bmp_old = SelectObject(memDC, bmp);
|
||||
bmp_old = (HBITMAP)SelectObject(memDC, bmp);
|
||||
|
||||
//brush = CreateSolidBrush(GetSysColor(COLOR_WINDOW));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user