fixed bug #2697027 - error from add/remove when uninstaller is canceled and uac is disabled

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5953 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2009-03-20 12:23:58 +00:00
parent edc558b987
commit c75dac3e32
2 changed files with 20 additions and 1 deletions

View file

@ -247,6 +247,7 @@ class CEXEBuild {
void PrepareHeaders(IGrowBuf *hdrbuf);
int SetVarsSection();
int SetManifest();
int UpdatePEHeader();
int resolve_jump_int(const char *fn, int *a, int offs, int start, int end);
int resolve_call_int(const char *fn, const char *str, int fptr, int *ofs);