Removed SetLanguage (back to $LANGUAGE)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@777 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
16f90719f1
commit
806f0afb91
5 changed files with 11 additions and 15 deletions
|
@ -1,14 +1,11 @@
|
|||
extern char g_usrvars[24][NSIS_MAX_STRLEN];
|
||||
/*#define state_command_line (g_usrvars[20])
|
||||
#define state_install_directory (g_usrvars[21])
|
||||
#define state_output_directory (g_usrvars[22])
|
||||
#define state_exe_directory (g_usrvars[23])*/
|
||||
extern char g_usrvars[25][NSIS_MAX_STRLEN];
|
||||
// changed by Amir Szekely 28th August 2002
|
||||
// smaller exehead
|
||||
extern char *state_command_line;
|
||||
extern char *state_install_directory;
|
||||
extern char *state_output_directory;
|
||||
extern char *state_exe_directory;
|
||||
extern char *state_language;
|
||||
|
||||
extern char g_caption[NSIS_MAX_STRLEN*2];
|
||||
extern HWND g_hwnd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue