aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/macgui.h2
-rw-r--r--src/w32gui.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/macgui.h b/src/macgui.h
index d497005e34..e04cf448b4 100644
--- a/src/macgui.h
+++ b/src/macgui.h
@@ -28,6 +28,8 @@ typedef int Bitmap;
typedef int Display; /* fix later */
+typedef char * XrmDatabase; /* fix later */
+
typedef unsigned long Time;
#if MAC_OSX
diff --git a/src/w32gui.h b/src/w32gui.h
index 690ec66f8d..7aedfbc47e 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -72,6 +72,8 @@ typedef struct _XGCValues
typedef HBITMAP Pixmap;
typedef HBITMAP Bitmap;
+typedef char * XrmDatabase;
+
typedef XGCValues * GC;
typedef COLORREF Color;
typedef DWORD Time;