mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-30 09:28:58 +00:00
mingw32 build: fix two functions
This commit is contained in:
parent
4889f11190
commit
abdf4ad91c
@ -115,7 +115,7 @@ static inline uint32_t canvas_16bpp_to_32bpp(uint32_t color)
|
||||
|
||||
return ret;
|
||||
}
|
||||
#ifdef WIN32
|
||||
#if defined(WIN32) && defined(GDI_CANVAS)
|
||||
static HDC create_compatible_dc()
|
||||
{
|
||||
HDC dc = CreateCompatibleDC(NULL);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user