Sync changes with proxy.

This commit is contained in:
XMRig
2018-04-29 14:24:44 +07:00
parent c9b863a568
commit 97ae7a35a0
4 changed files with 46 additions and 1 deletions

View File

@@ -80,6 +80,8 @@ private:
};
#define RED_BOLD(x) "\e[1;31m" x "\e[0m"
#define RED(x) "\e[0;31m" x "\e[0m"
#define GREEN_BOLD(x) "\e[1;32m" x "\e[0m"
#define GREEN(x) "\e[0;32m" x "\e[0m"
#define MAGENTA_BOLD(x) "\e[1;35m" x "\e[0m"