зеркало из https://github.com/mozilla/gecko-dev.git
fixes bug 326168 "Add a UTF-16 API to load a library" patch by jshin1987@gmail.com r=wtc,darin
This commit is contained in:
Родитель
88f0ff2614
Коммит
5625eac67e
|
@ -108,7 +108,7 @@ nsWindowsRegKey::GlobalInit()
|
|||
{
|
||||
#ifdef DEBUG
|
||||
// In debug builds, allow explicit use of ANSI methods for testing purposes.
|
||||
if (getenv("WINREG_USE_ANSI")) {
|
||||
if (getenv("WINAPI_USE_ANSI")) {
|
||||
sUseUnicode = PR_FALSE;
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче