mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +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;
|
//HBRUSH brush;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
bmp_old = SelectObject(memDC, bmp);
|
bmp_old = (HBITMAP)SelectObject(memDC, bmp);
|
||||||
|
|
||||||
//brush = CreateSolidBrush(GetSysColor(COLOR_WINDOW));
|
//brush = CreateSolidBrush(GetSysColor(COLOR_WINDOW));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user