]> de.git.xonotic.org Git - xonotic/d0_blind_id.git/blobdiff - d0.h
mark the license text as used so it never gets stripped
[xonotic/d0_blind_id.git] / d0.h
diff --git a/d0.h b/d0.h
index 0f9b41999f2a57f07067272a8b89919394c4b04f..6c55afeb50f24bd316079ae46582e65f8020b19b 100644 (file)
--- a/d0.h
+++ b/d0.h
@@ -39,6 +39,7 @@
 #include <unistd.h> // size_t
 
 #define D0_EXPORT __attribute__((__visibility__("default")))
+#define D0_USED __attribute__((used))
 #define D0_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
 #define D0_BOOL int