Removed now-irrelevant stuff.

This commit is contained in:
Pietro Gagliardi 2016-06-05 00:20:22 -04:00
parent acbeb86c7f
commit dac8aea49a
1 changed files with 1 additions and 2 deletions

View File

@ -74,8 +74,7 @@ This README is being written.<br>
* GNU make 3.81 or newer (Xcode comes with this; on Windows you will need to get it yourself) * 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()`) * 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: * 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) * [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
* Linker symbols for some functions such as `TaskDialog()` (which I thought I submitted...)
* Unix: nothing specific * Unix: nothing specific
* Mac OS X: nothing specific, so long as you can build Cocoa programs * Mac OS X: nothing specific, so long as you can build Cocoa programs