mingw bustage fix

This commit is contained in:
jshin%mailaps.org 2004-04-13 07:24:12 +00:00
parent 3f31864cbd
commit 8fe73b0cd6

View File

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