зеркало из https://github.com/mozilla/gecko-dev.git
uhh, unfixing mac NS_LINEBREAK macro - macro was right, mac console code was wrong... workaround for console prob being placed in nsGlobalWindow.cpp
This commit is contained in:
Родитель
7f66a7ab63
Коммит
79d5c5f26d
|
@ -33,7 +33,7 @@
|
|||
#define CRLF "\015\012" /* A CR LF equivalent string */
|
||||
|
||||
#ifdef XP_MAC
|
||||
# define NS_LINEBREAK "\n"
|
||||
# define NS_LINEBREAK "\015"
|
||||
# define NS_LINEBREAK_LEN 1
|
||||
#else
|
||||
# ifdef XP_PC
|
||||
|
|
Загрузка…
Ссылка в новой задаче