Mercurial > hg > xemacs-beta
comparison src/sysdll.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 8efd647ea9ca |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
17 You should have received a copy of the GNU General Public License | 17 You should have received a copy of the GNU General Public License |
18 along with XEmacs; see the file COPYING. If not, write to the Free | 18 along with XEmacs; see the file COPYING. If not, write to the Free |
19 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | 19 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
20 02111-1307, USA. */ | 20 02111-1307, USA. */ |
21 | 21 |
22 #ifndef _SYSDLL_H | 22 #ifndef INCLUDED_sysdll_h_ |
23 #define _SYSDLL_H | 23 #define INCLUDED_sysdll_h_ |
24 | 24 |
25 #ifdef __cplusplus | 25 #ifdef __cplusplus |
26 extern "C" { | 26 extern "C" { |
27 #endif | 27 #endif |
28 | 28 |
48 | 48 |
49 #ifdef __cplusplus | 49 #ifdef __cplusplus |
50 } | 50 } |
51 #endif | 51 #endif |
52 | 52 |
53 #endif /* _SYSDLL_H */ | 53 #endif /* INCLUDED_sysdll_h_ */ |