Unify g_output and console initialization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6802 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
37c2cce029
commit
27ed0e502b
7 changed files with 39 additions and 17 deletions
|
@ -77,6 +77,7 @@ int GetTLBVersion(tstring& filepath, DWORD& high, DWORD & low)
|
|||
NSIS_ENTRYPOINT_TMAIN
|
||||
int _tmain(int argc, TCHAR* argv[])
|
||||
{
|
||||
if (!NSISRT_Initialize()) return 1;
|
||||
|
||||
// Parse the command line
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue