mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-10 02:51:30 +00:00
mingw32 build: fix build errors
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
53c4477379
commit
074555bcf3
@ -16,8 +16,8 @@
|
||||
License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Windows.h>
|
||||
#include <Wingdi.h>
|
||||
#include <windows.h>
|
||||
#include <wingdi.h>
|
||||
#include "gdi_canvas.h"
|
||||
#define GDI_CANVAS
|
||||
#include "canvas_base.c"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user