Don't use the evil _tcsnccpy/strncpy function.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6487 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-05-20 17:26:33 +00:00
parent 36deb84820
commit 37233030e1
5 changed files with 20 additions and 30 deletions

View file

@ -35,7 +35,7 @@ class ConstantsStringList : public SortedStringListND<struct constantstring>
ConstantsStringList();
int add(const TCHAR *name, int value1, int value2);
int get(TCHAR *name, int n_chars = -1);
int get(const TCHAR *name, int n_chars = -1);
int getnum();
int get_value1(int idx);
int get_value2(int idx);