From: Kim F. Storm Date: Mon, 31 Mar 2003 20:35:17 +0000 (+0000) Subject: (XrmDatabase): New (dummy) typedef. X-Git-Tag: ttn-vms-21-2-B4~10707 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=574bdd83edd0453af4a04dd3adcfc19215c75ae7;p=emacs.git (XrmDatabase): New (dummy) typedef. --- diff --git a/src/macgui.h b/src/macgui.h index d497005e344..e04cf448b4a 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 690ec66f8d5..7aedfbc47ec 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;