Code cleanup
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1058 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0910f0dd75
commit
19e6cde283
7 changed files with 49 additions and 95 deletions
|
@ -22,16 +22,6 @@
|
|||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
#define REGSEC HKEY_LOCAL_MACHINE // JF> modified this to HKLM so that
|
||||
// nsis uninstaller would remove. this means
|
||||
// window placement is shared across users, but
|
||||
// bfd.
|
||||
#define REGKEY "Software\\NSIS"
|
||||
#define REGLOC "MakeNSISWPlacement"
|
||||
|
||||
extern const char NSISW_VERSION[];
|
||||
|
||||
// Methods
|
||||
void SetTitle(HWND hwnd,char *substr);
|
||||
void SetBranding(HWND hwnd);
|
||||
void CopyToClipboard(HWND hwnd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue