added getWindow
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3564 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
aeaefd9776
commit
4e6cf01f9c
4 changed files with 26 additions and 1 deletions
|
@ -109,6 +109,12 @@ void __declspec(dllexport) show(HWND hwndParent, int string_size, char *variable
|
|||
}
|
||||
}
|
||||
|
||||
void __declspec(dllexport) getWindow(HWND hwndParent, int string_size, char *variables, stack_t **stacktop)
|
||||
{
|
||||
wsprintf(buf, "%u", hwBanner);
|
||||
pushstring(buf);
|
||||
}
|
||||
|
||||
void __declspec(dllexport) destroy(HWND hwndParent, int string_size, char *variables, stack_t **stacktop)
|
||||
{
|
||||
if (!hwBanner)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue