Просмотр исходного кода

Added #ifdef _WIN64 around a direct call to InterlockedCompareExchange rather than the existing call through ice_wrapper. The
platform SDK library for Win64 doesn't include a library version of InterlockedCompareExchange which the ice_wrapper code requires.


[SVN r35340]

Anthony Williams 19 лет назад
Родитель
Сommit
7fadbcc845
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/thread

+ 1 - 1
libs/thread

@@ -1 +1 @@
-Subproject commit 1cb08ff60c3761052e661cd14ab5f916daecd84b
+Subproject commit c30b65a0ea3495e8cba753ea19a53b3bab4f0ebb

粤ICP备19079148号