Mercurial > hg > xemacs-beta
diff src/gifrlib.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
line wrap: on
line diff
--- a/src/gifrlib.h Mon Aug 13 11:19:22 2007 +0200 +++ b/src/gifrlib.h Mon Aug 13 11:20:41 2007 +0200 @@ -14,8 +14,8 @@ * 19 Jan 98 - Version 3.1 by Jareth Hein (Support for user-defined I/O). * ******************************************************************************/ -#ifndef INCLUDED_gifrlib_h_ -#define INCLUDED_gifrlib_h_ +#ifndef GIF_LIB_H +#define GIF_LIB_H #define GIF_ERROR 0 #define GIF_OK 1 @@ -264,4 +264,5 @@ ColorMapObject *MakeMapObject(int ColorCount, GifColorType *ColorMap); void FreeMapObject(ColorMapObject *Object); -#endif /* INCLUDED_gifrlib_h_ */ + +#endif /* GIF_LIB_H */