diff options
Diffstat (limited to 'vcpkg/ports/omniorb/msvc-src-build-fixes.patch')
| -rw-r--r-- | vcpkg/ports/omniorb/msvc-src-build-fixes.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/omniorb/msvc-src-build-fixes.patch b/vcpkg/ports/omniorb/msvc-src-build-fixes.patch new file mode 100644 index 0000000..fb7ae67 --- /dev/null +++ b/vcpkg/ports/omniorb/msvc-src-build-fixes.patch @@ -0,0 +1,13 @@ +diff --git a/include/omnithread/atomic.h b/include/omnithread/atomic.h
+index 3fed8df..e1b6a71 100644
+--- a/include/omnithread/atomic.h
++++ b/include/omnithread/atomic.h
+@@ -27,7 +27,7 @@
+ #define __omnithread_atomic_h_
+
+
+-#ifdef OMNI_HAVE_SYNC_ADD_AND_FETCH
++#if defined(OMNI_HAVE_SYNC_ADD_AND_FETCH) && !defined(_MSC_VER)
+
+ # define OMNI_REFCOUNT_DEFINED
+
|