File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ pre-merge-with-mingw-patches / Wed, 30 Mar 2016
467
467
* [ b9afb8d2] Move recently incorrectly placed comment. (` Ross Johnson ` )
468
468
* [ 9f8c38b1] Version 2.9.0 last changes. (` Ross Johnson ` )
469
469
* [ 7452bc46] callbacks defined as cdecl (` Ross Johnson ` )
470
- * [ 473862a0] Fix MSC_VER related to item 2 in BUGS (` rpj ` )
470
+ * [ 473862a0] Fix _ MSC_VER related to item 2 in BUGS (` rpj ` )
471
471
* [ b83397a7] Remove compile warning; fix bug (` rpj ` )
472
472
* [ 07078828] ** * empty log message ** * (` rpj ` )
473
473
* [ d0616e87] Reorganisation of #defines (` rpj ` )
Original file line number Diff line number Diff line change @@ -2399,7 +2399,7 @@ General Note:
2399
2399
2011-07-06 Ross Johnson <ross dot johnson at homemail dot com dot au >
2400
2400
2401
2401
* pthread_cond_wait.c (pragma inline_depth): this is almost redundant
2402
- now nevertheless fixed thei controlling MSC_VER from "< 800" to
2402
+ now nevertheless fixed thei controlling _MSC_VER from "< 800" to
2403
2403
"< 1400" (i.e. any prior to VC++ 8.0).
2404
2404
* pthread_once.ci (pragma inline_depth): Likewise.
2405
2405
* pthread_rwlock_timedwrlock.ci (pragma inline_depth): Likewise.
@@ -5034,7 +5034,7 @@ General Note:
5034
5034
2000-08-12 Ross Johnson <rpj at special.ise.canberra.edu.au >
5035
5035
5036
5036
* pthread.h: Add compile-time message when using
5037
- MSC_VER compiler and C++ EH to warn application
5037
+ _MSC_VER compiler and C++ EH to warn application
5038
5038
programmers to use __PtW32Catch instead of catch(...)
5039
5039
if they want cancellation and pthread_exit to work.
5040
5040
You can’t perform that action at this time.
0 commit comments