blob: e9d952eb66a51e3a7c30689e8131f37cb5357600 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins/console/src/console.h
+++ plugins/console/src/console.h
@@ -10,6 +10,8 @@
#include "window.h"
#include "licq_user.h"
+#undef bool
+
using namespace std;
#define MAX_CON 8
|