Added SectionSetInstTypes and SectionGetInstTypes, about 70 bytes saved

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2249 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-03-07 21:10:48 +00:00
parent da2dd5a56d
commit 76183f6fe9
6 changed files with 67 additions and 26 deletions

View file

@ -59,7 +59,7 @@ HWND g_progresswnd;
static char g_tmp[4096];
static int num_sections;
int num_sections;
// sent to the last child window to tell it that the install thread is done
#define WM_NOTIFY_INSTPROC_DONE (WM_USER+0x4)
@ -1069,7 +1069,7 @@ static BOOL CALLBACK SelProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPar
uMsg=WM_IN_UPDATEMSG;
}
if (uMsg == WM_USER+0x17)
if (uMsg == WM_USER+0x17) // update text
{
int x=wParam;
int ns=lParam;