fixed eol type
parent
1f3f660cf4
commit
e1c09b9b59
|
|
@ -189,7 +189,7 @@
|
|||
#define LL_TYPEOF(exp) typeof(exp)
|
||||
#endif
|
||||
|
||||
#define LL_TO_STRING_HELPER(x) #x
|
||||
#define LL_TO_STRING_HELPER(x) #x
|
||||
#define LL_TO_STRING(x) LL_TO_STRING_HELPER(x)
|
||||
#define LL_FILE_LINENO(msg) __FILE__ "(" LL_TO_STRING(__LINE__) ") : " msg
|
||||
#if LL_WINDOWS
|
||||
|
|
|
|||
Loading…
Reference in New Issue