0.5KB saving
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@765 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4f1efc6c40
commit
c8e693e95b
3 changed files with 228 additions and 211 deletions
|
@ -17,6 +17,10 @@ extern char plugins_temp_dir[NSIS_MAX_STRLEN];
|
|||
#endif
|
||||
|
||||
char g_usrvars[24][NSIS_MAX_STRLEN];
|
||||
char *state_command_line=g_usrvars[20];
|
||||
char *state_install_directory=g_usrvars[21];
|
||||
char *state_output_directory=g_usrvars[22];
|
||||
char *state_exe_directory=g_usrvars[23];
|
||||
|
||||
HANDLE g_hInstance;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue