From 6c76776822e391e40095f5e1ce08930adec7001b Mon Sep 17 00:00:00 2001 From: Neil Rashbrook Date: Mon, 11 Aug 2008 20:54:41 +0100 Subject: [PATCH] Bug 450040 Rename IENUMFE.CPP/H to IEnumFE.cpp/h r=ere,ted --HG-- rename : widget/src/windows/IENUMFE.CPP => widget/src/windows/IEnumFE.cpp rename : widget/src/windows/IENUMFE.H => widget/src/windows/IEnumFE.h --- widget/src/windows/{IENUMFE.CPP => IEnumFE.cpp} | 2 +- widget/src/windows/{IENUMFE.H => IEnumFE.h} | 0 widget/src/windows/Makefile.in | 12 +----------- widget/src/windows/nsDataObj.cpp | 2 +- widget/src/windows/nsDataObjCollection.cpp | 2 +- 5 files changed, 4 insertions(+), 14 deletions(-) rename widget/src/windows/{IENUMFE.CPP => IEnumFE.cpp} (99%) rename widget/src/windows/{IENUMFE.H => IEnumFE.h} (100%) diff --git a/widget/src/windows/IENUMFE.CPP b/widget/src/windows/IEnumFE.cpp similarity index 99% rename from widget/src/windows/IENUMFE.CPP rename to widget/src/windows/IEnumFE.cpp index 75e3f6912c6f..2f864223890a 100644 --- a/widget/src/windows/IENUMFE.CPP +++ b/widget/src/windows/IEnumFE.cpp @@ -35,7 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ -#include "IENUMFE.H" +#include "IEnumFE.h" #include #include "nsISupports.h" diff --git a/widget/src/windows/IENUMFE.H b/widget/src/windows/IEnumFE.h similarity index 100% rename from widget/src/windows/IENUMFE.H rename to widget/src/windows/IEnumFE.h diff --git a/widget/src/windows/Makefile.in b/widget/src/windows/Makefile.in index a38125527719..249085e977f6 100644 --- a/widget/src/windows/Makefile.in +++ b/widget/src/windows/Makefile.in @@ -74,7 +74,7 @@ REQUIRES = xpcom \ $(NULL) CPPSRCS = \ - L_Ienumfe.cpp \ + IEnumFE.cpp \ nsWindow.cpp \ nsAppShell.cpp \ nsLookAndFeel.cpp \ @@ -128,18 +128,8 @@ LOCAL_INCLUDES = \ FORCE_STATIC_LIB = 1 -GARBAGE += L_Ienumfe.cpp $(srcdir)/L_Ienumfe.cpp - -SRCS_IN_OBJDIR = 1 - ifndef WINCE ENABLE_CXX_EXCEPTIONS = 1 endif include $(topsrcdir)/config/rules.mk - -# Silly case-insensitive fs -export:: IENUMFE.CPP - cp -a $< L_Ienumfe.cpp - - diff --git a/widget/src/windows/nsDataObj.cpp b/widget/src/windows/nsDataObj.cpp index c49fffdf8f14..72c2ebd7cf13 100644 --- a/widget/src/windows/nsDataObj.cpp +++ b/widget/src/windows/nsDataObj.cpp @@ -51,7 +51,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" diff --git a/widget/src/windows/nsDataObjCollection.cpp b/widget/src/windows/nsDataObjCollection.cpp index c351b268f723..645b94cff3ba 100644 --- a/widget/src/windows/nsDataObjCollection.cpp +++ b/widget/src/windows/nsDataObjCollection.cpp @@ -40,7 +40,7 @@ #include "nsVoidArray.h" #include "nsITransferable.h" #include "nsClipboard.h" -#include "IENUMFE.H" +#include "IEnumFE.h" #include