aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/ImUtil.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2016-07-26 23:18:33 +0200
committerUlrich Sibiller <uli42@gmx.de>2016-10-10 22:52:29 +0200
commitef5565f8ed86f05ca20ff1bfc5892fb8a2c557bc (patch)
tree27e3c3cd35c7d9460a67c586a980c8d415c41b8a /nx-X11/lib/X11/ImUtil.h
parent5930731421ae76931301302c515d75001b9f72a0 (diff)
downloadnx-libs-ef5565f8ed86f05ca20ff1bfc5892fb8a2c557bc.tar.gz
nx-libs-ef5565f8ed86f05ca20ff1bfc5892fb8a2c557bc.tar.bz2
nx-libs-ef5565f8ed86f05ca20ff1bfc5892fb8a2c557bc.zip
improve header guards
Upstream has changed the header guards. We adapt them to prevent double inclusion.
Diffstat (limited to 'nx-X11/lib/X11/ImUtil.h')
-rw-r--r--nx-X11/lib/X11/ImUtil.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/ImUtil.h b/nx-X11/lib/X11/ImUtil.h
index 5b62571ac..a8b95eead 100644
--- a/nx-X11/lib/X11/ImUtil.h
+++ b/nx-X11/lib/X11/ImUtil.h
@@ -1,5 +1,6 @@
-#ifndef _IMUTIL_H_
+#if !defined(_X11_IMUTIL_H_) && !defined(_IM_UTIL_H_)
+#define _X11_IMUTIL_H_
#define _IMUTIL_H_
extern int
@@ -27,4 +28,4 @@ extern void
_XInitImageFuncPtrs(
register XImage *image);
-#endif /* _IMUTIL_H_ */
+#endif /* !defined(_X11_IMUTIL_H_) && !defined(_IM_UTIL_H_) */