Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / omniORB-4.2.3-windows-visual-2019.patch
1 --- omniORB-4.2.3_ref/include/omnithread/pthread_nt.h   2017-02-20 23:45:59.000000000 +0100
2 +++ omniORB-4.2.3_dev/include/omnithread/pthread_nt.h   2024-04-30 15:42:19.247133200 +0200
3 @@ -42,6 +42,7 @@
4  extern "C" {
5  #endif
6  
7 +#ifndef HAVE_STRUCT_TIMESPEC
8  #ifndef _TIMERS_T_
9  #define _TIMERS_T_
10         typedef struct timespec {
11 @@ -49,7 +50,7 @@
12                 long tv_nsec;
13         } timespec_t;
14  #endif
15 -
16 +#endif // HAVE_STRUCT_TIMESPEC
17  typedef char* __pthreadLongString_t;
18  typedef void* __pthreadLongAddr_t;
19  typedef __pthreadLongAddr_t* __pthreadLongAddr_p;