From dac8aea49a0597613b671b24c39a9b0f007c8263 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 5 Jun 2016 00:20:22 -0400 Subject: [PATCH] Removed now-irrelevant stuff. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a06333c2..6fe224a0 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,7 @@ This README is being written.
* GNU make 3.81 or newer (Xcode comes with this; on Windows you will need to get it yourself) * Windows: Microsoft Visual Studio 2013 or newer (2013 is needed for `va_copy()`) * MinGW is currently unsupported. MinGW-w64 support will be re-added once the following features come in: - * [Isolation awareness](https://msdn.microsoft.com/en-us/library/aa375197%28v=vs.85%29.aspx) - * Linker symbols for some functions such as `TaskDialog()` (which I thought I submitted...) + * [Isolation awareness](https://msdn.microsoft.com/en-us/library/aa375197%28v=vs.85%29.aspx), which is how you get themed controls from a DLL without needing a manifest * Unix: nothing specific * Mac OS X: nothing specific, so long as you can build Cocoa programs