- fix a few issues to make it compilable with current RosBE

- does not yet link

svn path=/trunk/; revision=32436
This commit is contained in:
Johannes Anderwald 2008-02-20 20:58:39 +00:00
parent cdf837bb71
commit 793ebfdd18
10 changed files with 59 additions and 20 deletions

View file

@ -49,7 +49,7 @@ wchar_t *AddCommas (wchar_t *Result, uint64 Number)
{
wchar_t Temp[128];
int TempLen;
wchar_t *p = NULL;
//wchar_t *p = NULL;
int AddCommas = 0;
wchar_t *StrPosResult = NULL;
wchar_t *StrPosOrig = NULL;