On 05/31/2016 02:12 PM, Hugo Beauzée-Luyssen wrote: > --- > mingw-w64-crt/lib32/kernel32.def | 3 +++ > mingw-w64-crt/lib64/kernel32.def | 3 +++ > mingw-w64-crt/libarm32/kernel32.def | 3 +++ > 3 files changed, 9 insertions(+) > > diff --git a/mingw-w64-crt/lib32/kernel32.def > b/mingw-w64-crt/lib32/kernel32.def > index 0435d8d..aa834c6 100644 > --- a/mingw-w64-crt/lib32/kernel32.def > +++ b/mingw-w64-crt/lib32/kernel32.def > @@ -1240,7 +1240,10 @@ WaitForThreadpoolWaitCallbacks@8 > WaitForThreadpoolWorkCallbacks@8 > WaitNamedPipeA@8 > WaitNamedPipeW@8 > +WaitOnAddress@16 > WakeAllConditionVariable@4 > +WakeByAddressSingle@4 > +WakeByAddressAll@4 > WakeConditionVariable@4 > WerGetFlags@8 > WerRegisterFile@12 > diff --git a/mingw-w64-crt/lib64/kernel32.def > b/mingw-w64-crt/lib64/kernel32.def > index ef65905..47a5551 100644 > --- a/mingw-w64-crt/lib64/kernel32.def > +++ b/mingw-w64-crt/lib64/kernel32.def > @@ -1344,7 +1344,10 @@ WaitForThreadpoolWaitCallbacks > WaitForThreadpoolWorkCallbacks > WaitNamedPipeA > WaitNamedPipeW > +WaitOnAddress > WakeAllConditionVariable > +WakeByAddressSingle > +WakeByAddressAll > WakeConditionVariable > WerGetFlags > WerRegisterFile > diff --git a/mingw-w64-crt/libarm32/kernel32.def > b/mingw-w64-crt/libarm32/kernel32.def > index 90ead6b..6846082 100644 > --- a/mingw-w64-crt/libarm32/kernel32.def > +++ b/mingw-w64-crt/libarm32/kernel32.def > @@ -1464,7 +1464,10 @@ WaitForThreadpoolWaitCallbacks > WaitForThreadpoolWorkCallbacks > WaitNamedPipeA > WaitNamedPipeW > +WaitOnAddress > WakeAllConditionVariable > +WakeByAddressSingle > +WakeByAddressAll > WakeConditionVariable > WerGetFlags > WerRegisterFile > Please ignore this, I'll send a working patch soon
------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
