Unicode port: fixing special NSIS escape characters in strings. No change in exehead size.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6055 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
408a5d5169
commit
637db8940c
7 changed files with 30 additions and 29 deletions
|
@ -121,9 +121,6 @@ private:
|
|||
* is assumed to be a string (TCHAR*). So it's really sort of a
|
||||
* map<TCHAR*, X> where X is whatever else is defined in T. But T must define
|
||||
* a TCHAR* name.
|
||||
*
|
||||
* The T struct should have the 'name' as the first element in its list of
|
||||
* members. Otherwise, all kinds of bad things will happen.
|
||||
*/
|
||||
template <class T>
|
||||
class SortedStringList
|
||||
|
@ -262,9 +259,6 @@ class SortedStringList
|
|||
* map<TCHAR*, X> where X is whatever else is defined in T. But T must define
|
||||
* a int name.
|
||||
*
|
||||
* The T struct should have the 'name' as the first element in its list of
|
||||
* members. Otherwise, all kinds of bad things will happen.
|
||||
*
|
||||
* This version does not have a delete function, hence the ND designation.
|
||||
* Also, because nothing is malloc'ed and free'd, this structure can be
|
||||
* placed in a single flat buffer. (Of course, T itself can be holding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue