mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
update include guard to actual file name
This commit is contained in:
parent
b35b5714ed
commit
f77370178a
1 changed files with 3 additions and 3 deletions
|
@ -33,8 +33,8 @@
|
|||
classes for general reading/writing of tiff files.
|
||||
*/
|
||||
|
||||
#ifndef _GNUstep_H_tiff
|
||||
#define _GNUstep_H_tiff
|
||||
#ifndef _NSIMAGE_TIFF_H
|
||||
#define _NSIMAGE_TIFF_H
|
||||
|
||||
#include <tiffio.h>
|
||||
#include <inttypes.h>
|
||||
|
@ -84,5 +84,5 @@ extern NSTiffColormap* NSTiffGetColormap(TIFF* image);
|
|||
|
||||
extern int NSTiffIsCodecConfigured(unsigned int codec);
|
||||
|
||||
#endif // _GNUstep_H_tiff
|
||||
#endif // _NSIMAGE_TIFF_H
|
||||
|
||||
|
|
Loading…
Reference in a new issue