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
This commit is contained in:
Neil Rashbrook 2008-08-11 20:54:41 +01:00
parent a0071aaa50
commit 6c76776822
5 changed files with 4 additions and 14 deletions

View File

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

View File

@ -74,7 +74,7 @@ REQUIRES = xpcom \
$(NULL) $(NULL)
CPPSRCS = \ CPPSRCS = \
L_Ienumfe.cpp \ IEnumFE.cpp \
nsWindow.cpp \ nsWindow.cpp \
nsAppShell.cpp \ nsAppShell.cpp \
nsLookAndFeel.cpp \ nsLookAndFeel.cpp \
@ -128,18 +128,8 @@ LOCAL_INCLUDES = \
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1
GARBAGE += L_Ienumfe.cpp $(srcdir)/L_Ienumfe.cpp
SRCS_IN_OBJDIR = 1
ifndef WINCE ifndef WINCE
ENABLE_CXX_EXCEPTIONS = 1 ENABLE_CXX_EXCEPTIONS = 1
endif endif
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk
# Silly case-insensitive fs
export:: IENUMFE.CPP
cp -a $< L_Ienumfe.cpp

View File

@ -51,7 +51,7 @@
#include "nsITransferable.h" #include "nsITransferable.h"
#include "nsXPCOM.h" #include "nsXPCOM.h"
#include "nsISupportsPrimitives.h" #include "nsISupportsPrimitives.h"
#include "IENUMFE.H" #include "IEnumFE.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsIComponentManager.h" #include "nsIComponentManager.h"
#include "nsPrimitiveHelpers.h" #include "nsPrimitiveHelpers.h"

View File

@ -40,7 +40,7 @@
#include "nsVoidArray.h" #include "nsVoidArray.h"
#include "nsITransferable.h" #include "nsITransferable.h"
#include "nsClipboard.h" #include "nsClipboard.h"
#include "IENUMFE.H" #include "IEnumFE.h"
#include <ole2.h> #include <ole2.h>