Remove duplicated (in gcmpall.h) defines
This commit is contained in:
parent
7ef0fb5810
commit
81d492adc7
@ -110,14 +110,6 @@ typedef char TCHAR;
|
|||||||
#define CR '\x0D'
|
#define CR '\x0D'
|
||||||
#define ESC '\x1B'
|
#define ESC '\x1B'
|
||||||
|
|
||||||
#ifdef __APPLE__
|
|
||||||
#define __UNIX__
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(unix) || defined(__unix__) || defined(__unix)
|
|
||||||
#define __UNIX__
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __UNIX__
|
#ifdef __UNIX__
|
||||||
#define NL "\r\n"
|
#define NL "\r\n"
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user