зеркало из https://github.com/mozilla/pjs.git
mingw bustage fix
This commit is contained in:
Родитель
d50a4d54b3
Коммит
71e4442d3f
|
@ -96,8 +96,8 @@ static nsCString shortAppName() {
|
|||
|
||||
static PRBool IsNT()
|
||||
{
|
||||
static sInitialized = PR_FALSE;
|
||||
static sIsNT = PR_FALSE;
|
||||
static PRBool sInitialized = PR_FALSE;
|
||||
static PRBool sIsNT = PR_FALSE;
|
||||
|
||||
if (!sInitialized) {
|
||||
OSVERSIONINFO osversion;
|
||||
|
|
Загрузка…
Ссылка в новой задаче