Skip to content

Commit 3309f4d

Browse files
committed
fix typo in the _MSC_VER define (was written as MSC_VER, which is wrong)
1 parent 2c686a6 commit 3309f4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ pre-merge-with-mingw-patches / Wed, 30 Mar 2016
467467
* [b9afb8d2] Move recently incorrectly placed comment. (`Ross Johnson`)
468468
* [9f8c38b1] Version 2.9.0 last changes. (`Ross Johnson`)
469469
* [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`)
471471
* [b83397a7] Remove compile warning; fix bug (`rpj`)
472472
* [07078828] *** empty log message *** (`rpj`)
473473
* [d0616e87] Reorganisation of #defines (`rpj`)

docs/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,7 +2399,7 @@ General Note:
23992399
2011-07-06 Ross Johnson <ross dot johnson at homemail dot com dot au>
24002400

24012401
* 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
24032403
"< 1400" (i.e. any prior to VC++ 8.0).
24042404
* pthread_once.ci (pragma inline_depth): Likewise.
24052405
* pthread_rwlock_timedwrlock.ci (pragma inline_depth): Likewise.
@@ -5034,7 +5034,7 @@ General Note:
50345034
2000-08-12 Ross Johnson <rpj at special.ise.canberra.edu.au>
50355035

50365036
* 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
50385038
programmers to use __PtW32Catch instead of catch(...)
50395039
if they want cancellation and pthread_exit to work.
50405040

0 commit comments

Comments
 (0)