]> git.eshelyaron.com Git - emacs.git/commitdiff
(XrmDatabase): New (dummy) typedef.
authorKim F. Storm <storm@cua.dk>
Mon, 31 Mar 2003 20:35:17 +0000 (20:35 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 31 Mar 2003 20:35:17 +0000 (20:35 +0000)
src/macgui.h
src/w32gui.h

index d497005e3444885fab61a9e18cf4c1bd8e735071..e04cf448b4a2e3cb93bf3bc22cb547d7dd638bde 100644 (file)
@@ -28,6 +28,8 @@ typedef int Bitmap;
 
 typedef int Display;  /* fix later */
 
+typedef char * XrmDatabase;  /* fix later */
+
 typedef unsigned long Time;
 
 #if MAC_OSX
index 690ec66f8d550a4b661a15027c6258e622850725..7aedfbc47ec42052327cde9ab202a246261a4b70 100644 (file)
@@ -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;