Patch #4 for Ice 3.5.1: Race condition on Windows can cause BadMagicException

in Patches
The attached patch fixes a rare race condition in Windows with C++ that can cause Ice to raise a BadMagicException (see bug report here).
To apply the source patch to a fresh Ice 3.5.1 source distribution:
Follow the instructions from the Ice release notes to build a source distribution.
Regards,
ZeroC Staff
To apply the source patch to a fresh Ice 3.5.1 source distribution:
cd Ice-3.5.1
patch -p1 < patch-3.5.1-4.txt
Follow the instructions from the Ice release notes to build a source distribution.
Regards,
ZeroC Staff