summaryrefslogtreecommitdiff
path: root/includes/Printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Printer.h')
-rw-r--r--includes/Printer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/Printer.h b/includes/Printer.h
index cd24059..e8d9a03 100644
--- a/includes/Printer.h
+++ b/includes/Printer.h
@@ -20,6 +20,14 @@ enum {
M_MAX = M_ENGINE_DEBUG,
};
+#undef E_STRING
+#undef E_TASK
+#undef E_EVENT
+#undef E_HANDLE
+#undef E_INPUT
+#undef E_SOCKET
+#undef E_THREAD
+
enum {
E_STRING = 1,
E_TASK = 2,