瀏覽代碼

IRCClient: Unbreak building with extra debug macros

Ben Wiederhake 5 年之前
父節點
當前提交
bc1dc2b688
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Applications/IRCClient/IRCClient.cpp

+ 3 - 1
Applications/IRCClient/IRCClient.cpp

@@ -39,7 +39,9 @@
 #include <stdio.h>
 #include <strings.h>
 
-#define IRC_DEBUG
+#ifndef IRC_DEBUG
+#    define IRC_DEBUG
+#endif
 
 enum IRCNumeric {
     RPL_WELCOME = 1,