[NETAPI32]

Rename misc.c to utils.c because misc.c will be used for something else.

svn path=/trunk/; revision=75971
This commit is contained in:
Eric Kohl 2017-09-26 07:51:56 +00:00
parent fdd95cf2c9
commit 98789a5ce7
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,6 @@ list(APPEND SOURCE
dssetup.c dssetup.c
group.c group.c
local_group.c local_group.c
misc.c
nbcmdqueue.c nbcmdqueue.c
nbnamecache.c nbnamecache.c
nbt.c nbt.c
@ -31,6 +30,7 @@ list(APPEND SOURCE
schedule.c schedule.c
srvsvc.c srvsvc.c
user.c user.c
utils.c
wksta.c wksta.c
wksta_new.c wksta_new.c
netapi32.h netapi32.h

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: NetAPI DLL * PROJECT: NetAPI DLL
* FILE: reactos/dll/win32/netapi32/misc.c * FILE: reactos/dll/win32/netapi32/utils.c
* PURPOSE: Helper functions * PURPOSE: Helper functions
* *
* PROGRAMMERS: Eric Kohl * PROGRAMMERS: Eric Kohl