Skip to content
Snippets Groups Projects

Normalize and document private header guards

Merged Adrien Plazas requested to merge adrien.plazas/libhandy:inside-compilation into master
Files
5
+ 4
0
@@ -6,6 +6,10 @@
#pragma once
#if !defined(_HANDY_INSIDE) && !defined(HANDY_COMPILATION)
#error "Only <handy.h> can be included directly."
#endif
#include <gtk/gtk.h>
G_BEGIN_DECLS
Loading