applied patch #1711089 - disable System::Call and System::Get when building with GCC

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5149 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
pabs3 2007-05-14 23:50:45 +00:00
parent 012eededc2
commit 55d89deb99
4 changed files with 22 additions and 1 deletions

View file

@ -31,6 +31,8 @@
<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>