Fix build for Dragonfly BSD
This commit is contained in:
parent
3ed52a25f7
commit
cd2a9c1fab
@ -114,6 +114,10 @@ typedef char TCHAR;
|
||||
#define __UNIX__
|
||||
#endif
|
||||
|
||||
#if defined(unix) || defined(__unix__) || defined(__unix)
|
||||
#define __UNIX__
|
||||
#endif
|
||||
|
||||
#ifdef __UNIX__
|
||||
#define NL "\r\n"
|
||||
#else
|
||||
|
Reference in New Issue
Block a user