mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 15:11:41 +00:00
[NET] CompareInfo => CompareUserInfo. #179
This commit is contained in:
parent
5ef2c4515e
commit
3c8a3a6e7e
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
static
|
static
|
||||||
int
|
int
|
||||||
CompareInfo(const void *a,
|
CompareUserInfo(const void *a,
|
||||||
const void *b)
|
const void *b)
|
||||||
{
|
{
|
||||||
return _wcsicmp(((PUSER_INFO_0)a)->usri0_name,
|
return _wcsicmp(((PUSER_INFO_0)a)->usri0_name,
|
||||||
|
@ -62,7 +62,7 @@ EnumerateUsers(VOID)
|
||||||
qsort(pBuffer,
|
qsort(pBuffer,
|
||||||
dwRead,
|
dwRead,
|
||||||
sizeof(PUSER_INFO_0),
|
sizeof(PUSER_INFO_0),
|
||||||
CompareInfo);
|
CompareUserInfo);
|
||||||
|
|
||||||
for (i = 0; i < dwRead; i++)
|
for (i = 0; i < dwRead; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue