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 73948e4e37
commit f6dabc336b
5 changed files with 4 additions and 14 deletions

View File

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

View File

@ -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

View File

@ -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"

View File

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