summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
authorstelar7 <dudedbz@gmail.com>2021-05-15 17:02:40 +0200
committerLinus Groh <mail@linusgroh.de>2021-05-18 08:45:53 +0100
commit24c5b0e81c6902907d708f862e54d40f5248973e (patch)
tree9db626adda893f052e3d35417f5a5b45b55b597c /AK
parent9f42ccd6399d604a49a36cdf91a4221b85f0d138 (diff)
downloadserenity-24c5b0e81c6902907d708f862e54d40f5248973e.zip
LibGfx: Add support for DDS images
Diffstat (limited to 'AK')
-rw-r--r--AK/Debug.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in
index 8967cf76cc..d816baa4e9 100644
--- a/AK/Debug.h.in
+++ b/AK/Debug.h.in
@@ -66,6 +66,10 @@
#cmakedefine01 CURSOR_TOOL_DEBUG
#endif
+#ifndef DDS_DEBUG
+#cmakedefine01 DDS_DEBUG
+#endif
+
#ifndef DEFERRED_INVOKE_DEBUG
#cmakedefine01 DEFERRED_INVOKE_DEBUG
#endif