mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[NET] CompareInfo => CompareUserInfo. #179
This commit is contained in:
@@ -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++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user