- updated the makefiles and code to allow compliation with MinGW once again (some of patch #875485 by perditionc)
- fixed errors and warnings given by gcc git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3513 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2b3da85bae
commit
f4a1f17299
43 changed files with 323 additions and 252 deletions
|
@ -120,7 +120,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
char *buf1 = bufs[1];
|
||||
char *buf2 = bufs[2];
|
||||
char *buf3 = bufs[3];
|
||||
char *buf4 = bufs[4];
|
||||
//char *buf4 = bufs[4];
|
||||
|
||||
char *var0;
|
||||
char *var1;
|
||||
|
@ -1312,7 +1312,6 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
if (*hptr)
|
||||
{
|
||||
char lc=0;
|
||||
int rcnt=0;
|
||||
HANDLE h=(HANDLE)myatoi(hptr);
|
||||
while (rpos<maxlen)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue