Try to avoid clobbering SysLink GWLP_USERDATA
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6949 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dda1998421
commit
bcef923727
6 changed files with 18 additions and 6 deletions
|
@ -9,6 +9,7 @@ b { color: red; }
|
|||
code { margin-left: 1.2em; padding: 0.5em; background-color: #f0f0f0; }
|
||||
span.inlcod i { padding: 0px 0.2em; color: #222222; font-family: monospace; font-style: normal; }
|
||||
blockquote pre { background-color: #fcfcfc; font-family: monospace; }
|
||||
abbr { font-variant: none; cursor: help; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -550,7 +551,7 @@ SectionEnd</pre></blockquote>
|
|||
<li>${NSD_CreateVTrackBar}</li>
|
||||
<li>${NSD_CreateUpDown}</li>
|
||||
<li>${NSD_CreateHotKey}</li>
|
||||
<li>${NSD_CreateIPAddress} <small>(Requires IE4)</small></li>
|
||||
<li>${NSD_CreateIPAddress} <small>(Requires <abbr title="Internet Explorer">IE</abbr>4)</small></li>
|
||||
</ul>
|
||||
<p>Returns the new control's HWND on the stack or <i>error</i></p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue