From 56f508dd1c1d0304f2601ea7b2eef92969590a63 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 26 Oct 2001 11:54:10 +0000 Subject: Add a dummy typedef for XImage. From Juanma Barranquero . --- src/w32gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/w32gui.h') diff --git a/src/w32gui.h b/src/w32gui.h index 13a9b9b2104..12e77e3fecc 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -78,6 +78,9 @@ typedef DWORD Time; typedef HWND Window; typedef HCURSOR Cursor; +/* Dummy; we don't yet support images in the Windows port */ +typedef int XImage; + #define FACE_DEFAULT (~0) extern HINSTANCE hinst; -- cgit v1.2.1