Mercurial > hg > xemacs-beta
comparison src/xmprimitivep.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 6b37e6ddd302 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
21 /* Synched up with: Not in FSF. */ | 21 /* Synched up with: Not in FSF. */ |
22 | 22 |
23 /* PrimitiveP.h doesn't exist in old versions of Motif; the stuff is | 23 /* PrimitiveP.h doesn't exist in old versions of Motif; the stuff is |
24 in XmP.h instead */ | 24 in XmP.h instead */ |
25 | 25 |
26 #ifndef INCLUDED_xmprimitivep_h_ | |
27 #define INCLUDED_xmprimitivep_h_ | |
28 | |
26 #include <Xm/Xm.h> /* to get XmVersion */ | 29 #include <Xm/Xm.h> /* to get XmVersion */ |
27 #if (XmVersion >= 1002) | 30 #if (XmVersion >= 1002) |
28 # include <Xm/PrimitiveP.h> | 31 # include <Xm/PrimitiveP.h> |
29 #else | 32 #else |
30 # include <Xm/XmP.h> | 33 # include <Xm/XmP.h> |
31 #endif | 34 #endif |
35 | |
36 #endif /* INCLUDED_xmprimitivep_h_ */ |