applied patch #2193442 - port System::Call and related functions to GCC

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5775 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-11-20 21:04:23 +00:00
parent ef3c40bbfd
commit 4c87ec9e83
8 changed files with 1152 additions and 416 deletions

View file

@ -58,10 +58,6 @@ typedef struct
{
int Type;
int Option; // -1 -> Pointer, 1-... -> Special+1
// if you'll change ProcParameter or SystemProc structure - update this value
#define SYSTEM_ZERO_PARAM_VALUE_OFFSET 0x820
int Value; // it can hold any 4 byte value
int _value; // value buffer for structures > 4 bytes (I hope 8 bytes will be enough)
int Size; // Value real size (should be either 1 or 2 (the number of pushes))