sources/basics.h

changeset 92
39947c46ed17
parent 89
777b2a10b835
child 93
1ea012a6e1ec
equal deleted inserted replaced
91:ac02cf1c3576 92:39947c46ed17
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"

mercurial