New makensisw update system

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1433 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-10-16 17:21:43 +00:00
parent c189fd76d6
commit f7eeeb8399
13 changed files with 1560 additions and 17 deletions

View file

@ -262,7 +262,7 @@ int InitBranding() {
void InitTooltips(HWND h) {
if (h == NULL) return;
ZeroMemory(&g_tip,sizeof(NTOOLTIP));
my_memset(&g_tip,0,sizeof(NTOOLTIP));
g_tip.tip_p = h;
INITCOMMONCONTROLSEX icx;
icx.dwSize = sizeof(icx);