fixed eol type

master
Richard Linden 2013-08-26 18:21:19 -07:00
parent 1f3f660cf4
commit e1c09b9b59
1 changed files with 1 additions and 1 deletions

View File

@ -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