mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:11:54 +00:00
- Update to trunk
svn path=/branches/audio-bringup/; revision=49927
This commit is contained in:
commit
6c8e7899a9
731 changed files with 37805 additions and 18893 deletions
|
@ -180,7 +180,7 @@ WORD wDefColor; /* default color */
|
|||
* insert commas into a number
|
||||
*/
|
||||
INT
|
||||
ConvertULargeInteger(ULONGLONG num, LPTSTR des, INT len, BOOL bPutSeperator)
|
||||
ConvertULargeInteger(ULONGLONG num, LPTSTR des, UINT len, BOOL bPutSeperator)
|
||||
{
|
||||
TCHAR temp[39]; /* maximum length with nNumberGroups == 1 */
|
||||
UINT n, iTarget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue