This patch fixes some translation issues and other minor stuff
- clist_nicer.patch 5.49KB
Comment #1
Posted on Mar 27, 2011 by Happy Bear(No comment was entered for this change.)
Comment #2
Posted on Apr 6, 2011 by Quick BearThis issue was closed by revision r13546.
Comment #3
Posted on Apr 6, 2011 by Quick BearThis issue was closed by revision r13547.
Comment #4
Posted on Apr 6, 2011 by Quick BearThis issue was closed by revision r13548.
Comment #5
Posted on Apr 6, 2011 by Happy Horseborkra, you didnt apply it corrently... line 416: sid.flags = SIDF_PATH_UNICODE; This should be sid.flags = SIDF_PATH_TCHAR; line 442: sid.flags = SIDF_ALL_UNICODE; should be sid.flags = SIDF_ALL_TCHAR
Comment #6
Posted on Apr 6, 2011 by Happy HorseAnd can you please merge revision 13447 into the stable branch? Its highly confusing if macros have different names
Comment #7
Posted on Apr 6, 2011 by Quick BearRevision 13447 have been merged into stable, not sure what is your problem.
Comment #8
Posted on Apr 6, 2011 by Happy HorseNo, it wasnt merged
m_clist.h from trunk says
define GSMDF_UNICODE 2 //will return TCHAR* instead of char*
if defined( _UNICODE )
#define GSMDF_TCHAR GSMDF_UNICODE //will return TCHAR* instead of char*
else
#define GSMDF_TCHAR 0 //will return char*, as usual
endif
m_clist.h from stable says:
define GCMDF_UNICODE 2 //will return TCHAR* instead of char*
if defined( _UNICODE )
#define GCMDF_TCHAR GCMDF_UNICODE //will return TCHAR* instead of char*
else
#define GCMDF_TCHAR 0 //will return char*, as usual
endif
so GCMDF_TCHAR vs GSMDF_TCHAR
What about my comment before?
Comment #9
Posted on Apr 7, 2011 by Quick BearThis issue was closed by revision r13551.
Comment #10
Posted on Apr 7, 2011 by Quick BearThis issue was closed by revision r13552.
Status: Fixed
Labels:
Type-Patch
Priority-Medium
Component-CList-Nicer