mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Adding nsRegistry to win32 build
This commit is contained in:
parent
a94c2da983
commit
ce6acb6643
@ -128,7 +128,7 @@ protected:
|
||||
------------------------------------------------------------------------------*/
|
||||
struct nsRegValueEnumerator : public nsRegSubtreeEnumerator {
|
||||
// Override CurrentItem to allocate nsRegistryValue objects.
|
||||
nsresult CurrentItem( nsISupports **result );
|
||||
NS_IMETHOD CurrentItem( nsISupports **result );
|
||||
|
||||
// Override advance() to use proper NR_RegEnumEntries.
|
||||
NS_IMETHOD advance();
|
||||
|
@ -128,7 +128,7 @@ protected:
|
||||
------------------------------------------------------------------------------*/
|
||||
struct nsRegValueEnumerator : public nsRegSubtreeEnumerator {
|
||||
// Override CurrentItem to allocate nsRegistryValue objects.
|
||||
nsresult CurrentItem( nsISupports **result );
|
||||
NS_IMETHOD CurrentItem( nsISupports **result );
|
||||
|
||||
// Override advance() to use proper NR_RegEnumEntries.
|
||||
NS_IMETHOD advance();
|
||||
|
@ -61,6 +61,7 @@ CPPSRCS = \
|
||||
nsSupportsArrayEnumerator.cpp \
|
||||
nsConjoiningEnumerator.cpp \
|
||||
nsTraceRefcnt.cpp \
|
||||
nsRegistry.cpp \
|
||||
nsXPComFactory.cpp \
|
||||
nsEventQueueService.cpp \
|
||||
nsAllocator.cpp \
|
||||
@ -80,6 +81,7 @@ CPP_OBJS = \
|
||||
.\$(OBJDIR)\nsSupportsArrayEnumerator.obj \
|
||||
.\$(OBJDIR)\nsConjoiningEnumerator.obj \
|
||||
.\$(OBJDIR)\nsTraceRefcnt.obj \
|
||||
.\$(OBJDIR)\nsRegistry.obj \
|
||||
.\$(OBJDIR)\nsXPComFactory.obj \
|
||||
.\$(OBJDIR)\nsEventQueueService.obj \
|
||||
.\$(OBJDIR)\nsAllocator.obj \
|
||||
|
@ -128,7 +128,7 @@ protected:
|
||||
------------------------------------------------------------------------------*/
|
||||
struct nsRegValueEnumerator : public nsRegSubtreeEnumerator {
|
||||
// Override CurrentItem to allocate nsRegistryValue objects.
|
||||
nsresult CurrentItem( nsISupports **result );
|
||||
NS_IMETHOD CurrentItem( nsISupports **result );
|
||||
|
||||
// Override advance() to use proper NR_RegEnumEntries.
|
||||
NS_IMETHOD advance();
|
||||
|
Loading…
Reference in New Issue
Block a user