Store log window handle in a global
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7333 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
10a9bc3d86
commit
64db53c042
4 changed files with 32 additions and 33 deletions
|
@ -75,7 +75,7 @@ void InitializeLogWindow();
|
|||
void ReleaseLogWindow();
|
||||
enum LOGCOLOR { LC_SUCCESS, LC_WARNING, LC_ERROR, LC_SYSCOLOR };
|
||||
void SetLogColor(enum LOGCOLOR lc);
|
||||
void ClearLog(HWND hwnd);
|
||||
void ClearLog();
|
||||
void LogMessage(HWND hwnd,const TCHAR *str);
|
||||
void ErrorMessage(HWND hwnd,const TCHAR *str);
|
||||
void CenterOnParent(HWND hwnd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue