aboutsummaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2018-08-18 08:26:59 +0000
committerDimitry Andric <dim@FreeBSD.org>2018-08-18 08:26:59 +0000
commit5a4cb1eb0c4e2560397c009da45d57bb1ebb6135 (patch)
tree4b0e7bd16ff6d9639594693aca2d6931a71b1dec /docs/ReleaseNotes.rst
parent46faa67da1d7e9450e8fa363f6633e2c68e33ff1 (diff)
Notes
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 5f446d85dc8c..06512d067e55 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -186,6 +186,12 @@ Windows Support
Visual Studio's default stdafx.h setup now uses precompiled headers with
clang-cl.
+- The alternative entry point names
+ (``wmain``/``WinMain``/``wWinMain``/``DllMain``) now are properly mangled
+ as plain C names in C++ contexts when targeting MinGW, without having to
+ explicit specify ``extern "C"``. (This was already the case for MSVC
+ targets.)
+
- ...