44 // Goddamnit, MSVC |
44 // Goddamnit, MSVC |
45 #ifdef _MSC_VER |
45 #ifdef _MSC_VER |
46 # define and && |
46 # define and && |
47 # define or || |
47 # define or || |
48 # define not ! |
48 # define not ! |
49 # define _CRT_SECURE_NO_WARNINGS |
|
50 #endif |
49 #endif |
51 |
50 |
52 #define TEXTCOLOR_Escape "\x1C" |
51 #define TEXTCOLOR_Escape "\x1C" |
53 #define TEXTCOLOR_Black TEXTCOLOR_Escape "M" |
52 #define TEXTCOLOR_Black TEXTCOLOR_Escape "M" |
54 #define TEXTCOLOR_Gray TEXTCOLOR_Escape "U" |
53 #define TEXTCOLOR_Gray TEXTCOLOR_Escape "U" |