DocFix: System::Call/Get have been available when compiling with GCC for a very long time.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6759 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2016-06-26 13:39:04 +00:00
parent e922c1b182
commit 74255de834

View file

@ -33,8 +33,6 @@
<p>Programming knowledge is highly recommended for good understanding of the System plug-in.</p>
<p>The most useful System plug-in functions (Call, Get and Debug) are not available when compiling with GCC. To work around this, either download a MSVC-compiled version or write your own plugin that calls the functions you need.</p>
<h4>Usage Examples From The Wiki</h4>
<ul>