diff options
Diffstat (limited to 'AK')
-rw-r--r-- | AK/Debug.h.in | 4 |
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 |