From fa5334a15a7c4e3e9e05df31c6ce6e7d9a49400d Mon Sep 17 00:00:00 2001 From: Eddy De Greef Date: Fri, 11 Jun 2004 10:33:12 +0000 Subject: [PATCH] Fixed a #define collision when compiling with OM 2.2.3. --- Microline/XmL/XmL.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Microline/XmL/XmL.h b/Microline/XmL/XmL.h index b25e923..684564d 100644 --- a/Microline/XmL/XmL.h +++ b/Microline/XmL/XmL.h @@ -223,7 +223,9 @@ typedef struct #define XmCSimpleHeadings "SimpleHeadings" #define XmNsimpleWidths "simpleWidths" #define XmCSimpleWidths "SimpleWidths" +#ifndef XmNselectCallback /* OM 2.2.3 defines this too. */ #define XmNselectCallback "selectCallback" +#endif #define XmNselectForeground "selectForeground" #define XmCSelectForeground "SelectForeground" #define XmNselectBackground "selectBackground" -- 2.11.4.GIT