From 3309f4d6e7538f349ae450347b02132ecb0606a7 Mon Sep 17 00:00:00 2001 From: Ger Hobbelt Date: Tue, 9 Jul 2024 15:02:43 +0200 Subject: [PATCH] fix typo in the _MSC_VER define (was written as MSC_VER, which is wrong) --- ChangeLog.md | 2 +- docs/ChangeLog.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a932b788..70202cd4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -467,7 +467,7 @@ pre-merge-with-mingw-patches / Wed, 30 Mar 2016 * [b9afb8d2] Move recently incorrectly placed comment. (`Ross Johnson`) * [9f8c38b1] Version 2.9.0 last changes. (`Ross Johnson`) * [7452bc46] callbacks defined as cdecl (`Ross Johnson`) - * [473862a0] Fix MSC_VER related to item 2 in BUGS (`rpj`) + * [473862a0] Fix _MSC_VER related to item 2 in BUGS (`rpj`) * [b83397a7] Remove compile warning; fix bug (`rpj`) * [07078828] *** empty log message *** (`rpj`) * [d0616e87] Reorganisation of #defines (`rpj`) diff --git a/docs/ChangeLog.md b/docs/ChangeLog.md index 2a5fac41..b0c7ca26 100644 --- a/docs/ChangeLog.md +++ b/docs/ChangeLog.md @@ -2399,7 +2399,7 @@ General Note: 2011-07-06 Ross Johnson * pthread_cond_wait.c (pragma inline_depth): this is almost redundant - now nevertheless fixed thei controlling MSC_VER from "< 800" to + now nevertheless fixed thei controlling _MSC_VER from "< 800" to "< 1400" (i.e. any prior to VC++ 8.0). * pthread_once.ci (pragma inline_depth): Likewise. * pthread_rwlock_timedwrlock.ci (pragma inline_depth): Likewise. @@ -5034,7 +5034,7 @@ General Note: 2000-08-12 Ross Johnson * pthread.h: Add compile-time message when using - MSC_VER compiler and C++ EH to warn application + _MSC_VER compiler and C++ EH to warn application programmers to use __PtW32Catch instead of catch(...) if they want cancellation and pthread_exit to work.