X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fgifrlib.h;h=292a5a40574adf0e7148410f5ba8d574cf9c9717;hb=e14d56fe74aa89d9e04b8d513308d99952de2405;hp=7532001963f4204ca6330ca9d103b139f23deae9;hpb=77dcef404dc78635f6ffa8f71a803d2bc7cc8921;p=chise%2Fxemacs-chise.git.1 diff --git a/src/gifrlib.h b/src/gifrlib.h index 7532001..292a5a4 100644 --- a/src/gifrlib.h +++ b/src/gifrlib.h @@ -14,8 +14,8 @@ * 19 Jan 98 - Version 3.1 by Jareth Hein (Support for user-defined I/O). * ******************************************************************************/ -#ifndef GIF_LIB_H -#define GIF_LIB_H +#ifndef INCLUDED_gifrlib_h_ +#define INCLUDED_gifrlib_h_ #define GIF_ERROR 0 #define GIF_OK 1 @@ -264,5 +264,4 @@ int GifStdFileClose(VoidPtr method_data); ColorMapObject *MakeMapObject(int ColorCount, GifColorType *ColorMap); void FreeMapObject(ColorMapObject *Object); - -#endif /* GIF_LIB_H */ +#endif /* INCLUDED_gifrlib_h_ */