Fixes a regression introduced by 047f934150cf5d14f7148ae12974c527a94bcca9
Signed-off-by: Jacek Caban <[email protected]> --- mingw-w64-crt/lib32/rpcrt4.def | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/mingw-w64-crt/lib32/rpcrt4.def b/mingw-w64-crt/lib32/rpcrt4.def index e8c73991..a494f08c 100644 --- a/mingw-w64-crt/lib32/rpcrt4.def +++ b/mingw-w64-crt/lib32/rpcrt4.def @@ -180,8 +180,8 @@ NDRSContextUnmarshall@8 NDRSContextUnmarshallEx@12 NDRcopy@12 NdrAllocate@8 -NdrAsyncClientCall@0 -NdrAsyncClientCall2@0 +NdrAsyncClientCall +NdrAsyncClientCall2 NdrAsyncServerCall@4 NdrByteCountPointerBufferSize@12 NdrByteCountPointerFree@12 @@ -190,9 +190,9 @@ NdrByteCountPointerUnmarshall@16 NdrCStdStubBuffer2_Release@8 NdrCStdStubBuffer_Release@8 NdrClearOutParameters@12 -NdrClientCall@0 -NdrClientCall2@0 -NdrClientCall4@0 +NdrClientCall +NdrClientCall2 +NdrClientCall4 NdrClientContextMarshall@12 NdrClientContextUnmarshall@12 NdrClientInitialize@16 @@ -239,8 +239,8 @@ NdrCorrelationFree@4 NdrCorrelationInitialize@16 NdrCorrelationPass@4 NdrCreateServerInterfaceFromStub@8 -NdrDcomAsyncClientCall@0 -NdrDcomAsyncClientCall2@0 +NdrDcomAsyncClientCall +NdrDcomAsyncClientCall2 NdrDcomAsyncStubCall@16 NdrDllCanUnloadNow@4 NdrDllGetClassObject@24 @@ -284,9 +284,9 @@ NdrInterfacePointerMarshall@12 NdrInterfacePointerMemorySize@8 NdrInterfacePointerUnmarshall@16 NdrMapCommAndFaultStatus@16 -NdrMesProcEncodeDecode@0 -NdrMesProcEncodeDecode2@0 -NdrMesProcEncodeDecode4@0 +NdrMesProcEncodeDecode +NdrMesProcEncodeDecode2 +NdrMesProcEncodeDecode4 NdrMesSimpleTypeAlignSize@4 NdrMesSimpleTypeDecode@12 NdrMesSimpleTypeEncode@16
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
