Bug 421255 - "fix misc mingw cross-compile issues" [p=cls@seawood.org (Chris Seawood [cls]) r=bsmedberg a1.9=beltzner]

git-svn-id: svn://10.0.0.236/trunk@247834 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com
2008-03-14 16:22:25 +00:00
parent 4242e5e769
commit 387a2a5417
3 changed files with 2 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
#include "nsComplexBreaker.h"
#include <Usp10.h>
#include <usp10.h>
#include "nsUTF8Utils.h"
#include "nsString.h"
#include "nsTArray.h"

View File

@@ -73,7 +73,6 @@ ifndef GNU_CC
RCFLAGS += -I$(srcdir)
else
RCFLAGS += --include-dir $(srcdir)
DEFINES += -D_WIN32_IE=0x300
endif
endif

View File

@@ -44,7 +44,7 @@
#include "nsIVariant.h"
#include "nsMIMEInfoWin.h"
#include "nsNetUtil.h"
#include <Windows.h>
#include <windows.h>
#include <shellapi.h>
#include "nsAutoPtr.h"
#include "nsIMutableArray.h"