Patches 11 up to 20 are looking fine. Please apply. Thanks, Kai
2017-08-17 14:14 GMT+02:00 Martin Storsjö <mar...@martin.st>: > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/{lib64 => lib-common}/rpcrt4.def | 36 +- > mingw-w64-crt/libarm32/rpcrt4.def | 534 > ------------------------- > 2 files changed, 31 insertions(+), 539 deletions(-) > rename mingw-w64-crt/{lib64 => lib-common}/rpcrt4.def (93%) > delete mode 100644 mingw-w64-crt/libarm32/rpcrt4.def > > diff --git a/mingw-w64-crt/lib64/rpcrt4.def > b/mingw-w64-crt/lib-common/rpcrt4.def > similarity index 93% > rename from mingw-w64-crt/lib64/rpcrt4.def > rename to mingw-w64-crt/lib-common/rpcrt4.def > index adeb75f..4be11bc 100644 > --- a/mingw-w64-crt/lib64/rpcrt4.def > +++ b/mingw-w64-crt/lib-common/rpcrt4.def > @@ -1,16 +1,17 @@ > -; > -; Definition file of RPCRT4.dll > -; Automatic generated by gendef > -; written by Kai Tietz 2008 > -; > LIBRARY "RPCRT4.dll" > EXPORTS > CreateProxyFromTypeInfo > CreateStubFromTypeInfo > I_RpcFixTransferSyntax > +I_RpcBindingInqCurrentModifiedId > I_RpcFwThisIsTheManager > +I_RpcInitFwImports > I_RpcInitHttpImports > +I_RpcInitImports > +I_RpcInitNdrImports > +I_RpcMgmtQueryDedicatedThreadPool > I_RpcOpenClientProcess > +I_RpcOpenClientThread > I_RpcServerTurnOnOffKeepalives > I_RpcVerifierCorruptionExpected > NdrFullPointerFree > @@ -18,7 +19,12 @@ NdrFullPointerInsertRefId > NdrFullPointerQueryPointer > NdrFullPointerQueryRefId > NdrGetBaseInterfaceFromStub > +NdrpClientCall2 > RpcCertMatchPrincipalName > +pfnFreeRoutines DATA > +pfnMarshallRoutines DATA > +pfnSizeRoutines DATA > +pfnUnmarshallRoutines DATA > CStdStubBuffer_AddRef > CStdStubBuffer_Connect > CStdStubBuffer_CountRefs > @@ -49,6 +55,7 @@ I_RpcBCacheFree > I_RpcBindingCopy > I_RpcBindingCreateNP > I_RpcBindingHandleToAsyncHandle > +I_RpcBindingInqClientTokenAttributes > I_RpcBindingInqConnId > I_RpcBindingInqDynamicEndpoint > I_RpcBindingInqDynamicEndpointA > @@ -60,8 +67,12 @@ I_RpcBindingInqSecurityContextKeyInfo > I_RpcBindingInqTransportType > I_RpcBindingInqWireIdForSnego > I_RpcBindingIsClientLocal > +I_RpcBindingIsServerLocal > +I_RpcBindingSetPrivateOption > I_RpcBindingToStaticStringBindingW > +I_RpcCertProcessAndProvision > I_RpcClearMutex > +I_RpcCompleteAndFree > I_RpcConnectionInqSockBuffSize > I_RpcConnectionSetSockBuffSize > I_RpcCompleteAndFree > @@ -75,12 +86,14 @@ I_RpcFreePipeBuffer > I_RpcGetBuffer > I_RpcGetBufferWithObject > I_RpcGetCurrentCallHandle > +I_RpcGetDefaultSD > I_RpcGetExtendedError > I_RpcGetPortAllocationData > I_RpcIfInqTransferSyntaxes > I_RpcLogEvent > I_RpcMapWin32Status > I_RpcMarshalBindingHandleAndInterfaceForNDF > +I_RpcMgmtEnableDedicatedThreadPool > I_RpcNDRCGetWireRepresentation > I_RpcNDRSContextEmergencyCleanup > I_RpcNegotiateTransferSyntax > @@ -89,6 +102,7 @@ I_RpcNsBindingSetEntryNameA > I_RpcNsBindingSetEntryNameW > I_RpcNsInterfaceExported > I_RpcNsInterfaceUnexported > +I_RpcOpenClientProcess > I_RpcParseSecurity > I_RpcPauseExecution > I_RpcProxyNewConnection > @@ -102,6 +116,8 @@ I_RpcSend > I_RpcSendReceive > I_RpcServerAllocateIpPort > I_RpcServerCheckClientRestriction > +I_RpcServerDisableExceptionFilter > +I_RpcServerGetAssociationID > I_RpcServerInqAddressChangeFn > I_RpcServerInqLocalConnAddress > I_RpcServerInqRemoteConnAddress > @@ -110,6 +126,7 @@ I_RpcServerIsClientDisconnected > I_RpcServerRegisterForwardFunction > I_RpcServerSetAddressChangeFn > I_RpcServerStartService > +I_RpcServerSubscribeForDisconnectNotification > I_RpcServerUseProtseq2A > I_RpcServerUseProtseq2W > I_RpcServerUseProtseqEp2A > @@ -235,6 +252,7 @@ NdrFullPointerQueryPointer > NdrFullPointerQueryRefId > NdrFullPointerXlatFree > NdrFullPointerXlatInit > +NdrGetBaseInterfaceFromStub > NdrGetBuffer > NdrGetDcomProtocolVersion > NdrGetSimpleTypeBufferAlignment > @@ -426,6 +444,7 @@ RpcGetAuthorizationContextForClient > RpcIfIdVectorFree > RpcIfInqId > RpcImpersonateClient > +RpcImpersonateClient2 > RpcInitializeAsyncHandle > RpcMgmtEnableIdleCleanup > RpcMgmtEpEltInqBegin > @@ -470,11 +489,18 @@ RpcServerInqCallAttributesW > RpcServerInqDefaultPrincNameA > RpcServerInqDefaultPrincNameW > RpcServerInqIf > +RpcServerInterfaceGroupActivate > +RpcServerInterfaceGroupClose > +RpcServerInterfaceGroupCreateA > +RpcServerInterfaceGroupCreateW > +RpcServerInterfaceGroupDeactivate > +RpcServerInterfaceGroupInqBindings > RpcServerListen > RpcServerRegisterAuthInfoA > RpcServerRegisterAuthInfoW > RpcServerRegisterIf > RpcServerRegisterIf2 > +RpcServerRegisterIf3 > RpcServerRegisterIfEx > RpcServerSubscribeForNotification > RpcServerTestCancel > diff --git a/mingw-w64-crt/libarm32/rpcrt4.def > b/mingw-w64-crt/libarm32/rpcrt4.def > deleted file mode 100644 > index cdf44ac..0000000 > -- > 2.7.4 > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public