Case matters.

Fixing mingw cross-compiling bustage.


git-svn-id: svn://10.0.0.236/trunk@147702 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2003-10-07 20:39:25 +00:00
parent de2a56bd48
commit ae91d9764c
18 changed files with 32 additions and 32 deletions

View File

@@ -61,7 +61,7 @@ WIN_LIBS= \
#include "prmem.h"
#include "plstr.h"
#include <windows.h>
#include <TCHAR.H>
#include <tchar.h>
#include <unknwn.h>
#include <commdlg.h>

View File

@@ -39,7 +39,7 @@
#include "nsDeviceContextSpecWin.h"
#include "prmem.h"
#include <winspool.h>
#include <TCHAR.H>
#include <tchar.h>
#include "nsVoidArray.h"
#include "nsIPrintSettingsWin.h"

View File

@@ -45,7 +45,7 @@
#include "nsIScreenManager.h"
#include "nsIScreen.h"
#include "nsGfxCIID.h"
#include "nsReadableutils.h"
#include "nsReadableUtils.h"
#include "nsString.h"

View File

@@ -42,7 +42,7 @@
#include "nsDrawingSurfaceWin.h"
#include "prmem.h"
#include "nscrt.h"
#include "nsCRT.h"
//#define GFX_DEBUG

View File

@@ -59,7 +59,7 @@
#endif
#ifdef XP_WIN
#include "nsIWin32LocaleImpl.h"
#include "nsIwin32LocaleImpl.h"
#include "nsCollationWin.h"
#include "nsDateTimeFormatWin.h"
#endif

View File

@@ -41,10 +41,10 @@
#include "nsString.h"
#include "nsReadableUtils.h"
#include "nsILocale.h"
#include "nsIWin32LocaleImpl.h"
#include "nsIwin32LocaleImpl.h"
#include "nsLocaleCID.h"
#include "prprf.h"
#include <Windows.h>
#include <windows.h>
#include "nsCRT.h"
#define USER_DEFINED_PRIMARYLANG 0x0200

View File

@@ -53,8 +53,8 @@
#include <sys/timeb.h>
#endif
#ifdef XP_WIN
#include <WINDEF.H>
#include <WINBASE.H>
#include <windef.h>
#include <winbase.h>
#endif
#ifdef XP_MAC

View File

@@ -35,7 +35,7 @@
*
* ***** END LICENSE BLOCK ***** */
#include "ienumfe.h"
#include "IENUMFE.H"
#include <stdio.h>
#include "nsISupports.h"

View File

@@ -38,9 +38,9 @@
#ifndef _IENUMFE_H_
#define _IENUMFE_H_
#include "OLE2.h"
#include <ole2.h>
#ifndef __MINGW32__
#include "URLMON.h"
#include <urlmon.h>
#endif
/*

View File

@@ -38,9 +38,9 @@
* ***** END LICENSE BLOCK ***** */
#include "nsClipboard.h"
#include <OLE2.h>
#include <SHLOBJ.H>
#include <INTSHCUT.H>
#include <ole2.h>
#include <shlobj.h>
#include <intshcut.h>
// shellapi.h is needed to build with WIN32_LEAN_AND_MEAN
#include <shellapi.h>

View File

@@ -45,7 +45,7 @@
#include "nsITransferable.h"
#include "nsXPCOM.h"
#include "nsISupportsPrimitives.h"
#include "IENUMFE.h"
#include "IENUMFE.H"
#include "nsCOMPtr.h"
#include "nsIComponentManager.h"
#include "nsPrimitiveHelpers.h"
@@ -58,11 +58,11 @@
#include "prprf.h"
#include "nsCRT.h"
#include "OLE2.h"
#include <ole2.h>
#ifndef __MINGW32__
#include "URLMON.h"
#include <urlmon.h>
#endif
#include "shlobj.h"
#include <shlobj.h>
#if 0
#define PRNTDEBUG(_x) printf(_x);

View File

@@ -40,11 +40,11 @@
#include "nsVoidArray.h"
#include "nsITransferable.h"
#include "nsClipboard.h"
#include "IENUMFE.h"
#include "IENUMFE.H"
#include "OLE2.h"
#include <ole2.h>
#ifndef __MINGW32__
#include "URLMON.h"
#include <urlmon.h>
#endif
#if 0

View File

@@ -50,9 +50,9 @@
#include "nsAutoPtr.h"
#include <OLE2.h>
#include "OLEIDL.H"
#include "shlobj.h";
#include <ole2.h>
#include <oleidl.h>
#include <shlobj.h>
// shellapi.h is needed to build with WIN32_LEAN_AND_MEAN
#include <shellapi.h>

View File

@@ -38,7 +38,7 @@
#include "nsEnumeratorUtils.h"
#include "nsCRT.h"
#include <windows.h>
#include <SHLOBJ.H>
#include <shlobj.h>
// commdlg.h and cderr.h are needed to build with WIN32_LEAN_AND_MEAN
#include <commdlg.h>

View File

@@ -44,7 +44,7 @@ Any other render format? HTML?
*/
#include "nserror.h"
#include "nsError.h"
#include <windows.h>
#include "nsCOMPtr.h"

View File

@@ -37,8 +37,8 @@
#ifndef _nsNativeDragSource_h_
#define _nsNativeDragSource_h_
#include <OLE2.h>
#include <OLEIDL.h>
#include <ole2.h>
#include <oleidl.h>
//class nsIDragSource;

View File

@@ -98,8 +98,8 @@
#include "nsIParser.h" // for kCharsetFromBookmarks
#ifdef XP_WIN
#include <SHLOBJ.H>
#include <INTSHCUT.H>
#include <shlobj.h>
#include <intshcut.h>
#ifdef CompareString
#undef CompareString
#endif

View File

@@ -56,7 +56,7 @@ include $(topsrcdir)/config/rules.mk
JS_SET_BROWSER_COMPONENT = nsSetDefaultBrowser.js
JS_SET_MAIL_COMPONENT = nsSetDefaultMail.js
JS_UNSET_MAIL_COMPONENT = nsUnSetDefaultMail.js
JS_UNSET_MAIL_COMPONENT = nsUnsetDefaultMail.js
libs::
$(INSTALL) $(srcdir)/$(JS_SET_BROWSER_COMPONENT) $(DIST)/bin/components