diff --git a/main.h b/main.h index 9f470cd9..8d8f6cff 100644 --- a/main.h +++ b/main.h @@ -15,6 +15,10 @@ #define _NO_CSOCKET_NS #endif +#ifdef _DEBUG +#define __DEBUG__ +#endif + #include using std::cout; using std::cerr;