mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
mingw bustage fix
This commit is contained in:
parent
3f31864cbd
commit
8fe73b0cd6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user