# HG changeset patch # User Eli Zaretskii # Date 1004097068 0 # Node ID 57a44aac32288a1e2ca9f171e3c0bb8983a3a074 # Parent e84641eccb2192e7e32c538781d572fcca28f14f Add a dummy typedef for XImage. From Juanma Barranquero . diff -r e84641eccb21 -r 57a44aac3228 src/w32gui.h --- a/src/w32gui.h Fri Oct 26 11:38:23 2001 +0000 +++ b/src/w32gui.h Fri Oct 26 11:51:08 2001 +0000 @@ -78,6 +78,9 @@ 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;