Changes to format of strings tables

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@686 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
eccles 2002-08-11 18:57:16 +00:00
parent ac00a53e1a
commit 8b9d432f7e
3 changed files with 103 additions and 106 deletions

View file

@ -8,10 +8,7 @@
using namespace std;
struct StringTable {
union {
WORD lang_id;
common_strings common;
};
common_strings common;
common_strings ucommon;
installer_strings installer;
uninstall_strings uninstall;
@ -100,4 +97,4 @@ class NLF {
char *m_szStrings[NLF_STRINGS];
};
#endif
#endif