aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r--pugl/pugl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index 868ebd5..fa75878 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -18,8 +18,8 @@
@file pugl.h Public C API.
*/
-#ifndef PUGL_H_INCLUDED
-#define PUGL_H_INCLUDED
+#ifndef PUGL_PUGL_H
+#define PUGL_PUGL_H
#include <stdbool.h>
#include <stddef.h>
@@ -1051,4 +1051,4 @@ puglProcessEvents(PuglView* view);
} /* extern "C" */
#endif
-#endif /* PUGL_H_INCLUDED */
+#endif /* PUGL_PUGL_H */