Use a common helper macro to declare some UI output related variables
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6800 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ca0c51491b
commit
d698d166d5
6 changed files with 18 additions and 15 deletions
|
@ -19,9 +19,8 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
int g_noconfig=0;
|
||||
int g_display_errors=1;
|
||||
FILE *g_output=stdout;
|
||||
int g_noconfig=0; // TODO: Not used?
|
||||
NSISRT_DEFINEGLOBALS();
|
||||
|
||||
int GetTLBVersion(tstring& filepath, DWORD& high, DWORD & low)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue