size optimization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4254 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0bca3c8255
commit
8e3f7ed623
4 changed files with 11 additions and 7 deletions
|
@ -71,6 +71,7 @@ void NSISCALL MoveFileOnReboot(LPCTSTR pszExisting, LPCTSTR pszNew);
|
|||
void NSISCALL mini_memcpy(void *out, const void *in, int len);
|
||||
|
||||
void * NSISCALL myGetProcAddress(char *dll, char *func);
|
||||
void NSISCALL MessageLoop(UINT uCheckedMsg);
|
||||
|
||||
// Turn a pair of chars into a word
|
||||
// Turn four chars into a dword
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue