*not part of the build*

follow up on 71948. fixed build problems on windows


git-svn-id: svn://10.0.0.236/trunk@91587 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
idk%eng.sun.com
2001-04-06 19:18:46 +00:00
parent 15c2125a0f
commit 807b85ba15
3 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ bcXPCOMWrappers::GetWrapper(nsISupports *wrapped,const nsIID & wrappedIID, nsIID
nsresult r = NS_OK;
if (wrappedIID.Equals(NS_GET_IID(nsIServiceManager))) {
*_retval = new nsXPIDLServiceManager();
*wrapperIID = & NS_GET_IID(nsIXPIDLServiceManager);
*wrapperIID = (nsIID*) & NS_GET_IID(nsIXPIDLServiceManager);
NS_ADDREF(*_retval);
} else {
r = NS_ERROR_FAILURE;

View File

@@ -31,13 +31,13 @@ DLLNAME = bcXPCOMWrappers
DLL=.\$(OBJDIR)\$(DLLNAME).dll
XPIDLSRCS = \
bcIXPCOMWrappers.idl \
nsIXPIDLServiceManagerpublic.idl \
.\bcIXPCOMWrappers.idl \
.\nsIXPIDLServiceManager.idl \
$(NULL)
EXPORTS = \
bcXPCOMWrappers.h \
bcXPCOMWrappersCID.h \
.\bcXPCOMWrappers.h \
.\bcXPCOMWrappersCID.h \
$(NULL)
OBJS= \