mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
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:
parent
a0071aaa50
commit
6c76776822
@ -35,7 +35,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "IENUMFE.H"
|
||||
#include "IEnumFE.h"
|
||||
#include <stdio.h>
|
||||
#include "nsISupports.h"
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include "nsVoidArray.h"
|
||||
#include "nsITransferable.h"
|
||||
#include "nsClipboard.h"
|
||||
#include "IENUMFE.H"
|
||||
#include "IEnumFE.h"
|
||||
|
||||
#include <ole2.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user