diff options
Diffstat (limited to 'AK/Debug.h.in')
-rw-r--r-- | AK/Debug.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in index 0f0e22479f..e34fb6c0fb 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -26,10 +26,6 @@ #cmakedefine01 CALLBACK_MACHINE_DEBUG #endif -#ifndef CNETWORKJOB_DEBUG -#cmakedefine01 CNETWORKJOB_DEBUG -#endif - #ifndef COMPOSE_DEBUG #cmakedefine01 COMPOSE_DEBUG #endif @@ -302,6 +298,10 @@ #cmakedefine01 MOVE_DEBUG #endif +#ifndef NETWORKJOB_DEBUG +#cmakedefine01 NETWORKJOB_DEBUG +#endif + #ifndef NT_DEBUG #cmakedefine01 NT_DEBUG #endif |