File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed
UnhandledExceptionHandler
ForeignThreadRevPInvokeUnhandled
PInvokeRevPInvokeUnhandled Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ project (ForeignThreadExceptionsNative)
2
2
3
3
include_directories (${INC_PLATFORM_DIR} )
4
4
5
- if (CLR_CMAKE_HOST_OSX )
6
- # Enable non-POSIX pthreads APIs, which by default are not included in the pthreads header
7
- add_definitions (-D_DARWIN_C_SOURCE )
8
- endif (CLR_CMAKE_HOST_OSX )
9
-
10
5
set (SOURCES ForeignThreadExceptionsNative.cpp )
11
6
12
7
if (NOT CLR_CMAKE_HOST_WIN32 )
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ project (ForeignThreadRevPInvokeUnhandledNative)
2
2
3
3
include_directories (${INC_PLATFORM_DIR} )
4
4
5
- if (CLR_CMAKE_HOST_OSX )
6
- # Enable non-POSIX pthreads APIs, which by default are not included in the pthreads header
7
- add_definitions (-D_DARWIN_C_SOURCE )
8
- endif (CLR_CMAKE_HOST_OSX )
9
-
10
5
set (SOURCES ForeignThreadRevPInvokeUnhandledNative.cpp )
11
6
12
7
if (NOT CLR_CMAKE_HOST_WIN32 )
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ project (PInvokeRevPInvokeUnhandledNative)
2
2
3
3
include_directories (${INC_PLATFORM_DIR} )
4
4
5
- if (CLR_CMAKE_HOST_OSX )
6
- # Enable non-POSIX pthreads APIs, which by default are not included in the pthreads header
7
- add_definitions (-D_DARWIN_C_SOURCE )
8
- endif (CLR_CMAKE_HOST_OSX )
9
-
10
5
set (SOURCES PInvokeRevPInvokeUnhandledNative.cpp )
11
6
12
7
if (NOT CLR_CMAKE_HOST_WIN32 )
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ project (foreignunhandled)
2
2
3
3
include_directories (${INC_PLATFORM_DIR} )
4
4
5
- if (CLR_CMAKE_HOST_OSX )
6
- # Enable non-POSIX pthreads APIs, which by default are not included in the pthreads header
7
- add_definitions (-D_DARWIN_C_SOURCE )
8
- endif (CLR_CMAKE_HOST_OSX )
9
-
10
5
set (SOURCES foreignunhandled.cpp )
11
6
12
7
if (NOT CLR_CMAKE_HOST_WIN32 )
You can’t perform that action at this time.
0 commit comments