added NSIS_CONFIG_LOG_STDOUT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4510 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cfec122ba1
commit
94f7f3b673
11 changed files with 45 additions and 10 deletions
|
@ -272,9 +272,9 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInst,LPSTR lpszCmdParam,
|
|||
ret = ui_doinstall();
|
||||
|
||||
#ifdef NSIS_CONFIG_LOG
|
||||
#ifndef NSIS_CONFIG_LOG_ODS
|
||||
#if !defined(NSIS_CONFIG_LOG_ODS) && !defined(NSIS_CONFIG_LOG_STDOUT)
|
||||
log_write(1);
|
||||
#endif//!NSIS_CONFIG_LOG_ODS
|
||||
#endif//!NSIS_CONFIG_LOG_ODS && !NSIS_CONFIG_LOG_STDOUT
|
||||
#endif//NSIS_CONFIG_LOG
|
||||
end:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue