mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:03:00 +00:00
- 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:
parent
cdf837bb71
commit
793ebfdd18
10 changed files with 59 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue