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:
parent
c189fd76d6
commit
f7eeeb8399
13 changed files with 1560 additions and 17 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue