Bug 712198 - Remove NS_WIN32, NS_UNIX and NS_OS2. r=khuey

This commit is contained in:
Makoto Kato
2011-12-21 14:09:17 +09:00
parent 302dc6b444
commit ec11c4f1c9
3 changed files with 3 additions and 27 deletions

View File

@@ -45,7 +45,7 @@
#include "nsCRT.h"
#include "nsUTF8Utils.h"
#include <fcntl.h>
#if defined(NS_WIN32)
#if defined(XP_WIN)
#include <io.h>
#else
#include <unistd.h>