update source code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4103 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0806310e7c
commit
dd288416ce
2 changed files with 148 additions and 0 deletions
8
Contrib/Makensisw/update.h
Normal file
8
Contrib/Makensisw/update.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* Initialize update objects. */
|
||||
void InitializeUpdate();
|
||||
|
||||
/* Check for newer version on server and show a message to the user. */
|
||||
void Update();
|
||||
|
||||
/* Finalize update objects. */
|
||||
void FinalizeUpdate();
|
Loading…
Add table
Add a link
Reference in a new issue